File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -27,17 +27,23 @@ include("test_util.jl")
27
27
include (joinpath (" rulesets" , " Base" , " broadcast.jl" ))
28
28
end
29
29
30
+ print (" " )
31
+
30
32
@testset " Statistics" begin
31
33
include (joinpath (" rulesets" , " Statistics" , " statistics.jl" ))
32
34
end
33
35
36
+ print (" " )
37
+
34
38
@testset " LinearAlgebra" begin
35
39
include (joinpath (" rulesets" , " LinearAlgebra" , " dense.jl" ))
36
40
include (joinpath (" rulesets" , " LinearAlgebra" , " structured.jl" ))
37
41
include (joinpath (" rulesets" , " LinearAlgebra" , " factorization.jl" ))
38
42
include (joinpath (" rulesets" , " LinearAlgebra" , " blas.jl" ))
39
43
end
40
44
45
+ print (" " )
46
+
41
47
@testset " packages" begin
42
48
include (joinpath (" rulesets" , " packages" , " NaNMath.jl" ))
43
49
include (joinpath (" rulesets" , " packages" , " SpecialFunctions.jl" ))
You can’t perform that action at this time.
0 commit comments