Skip to content

Commit adce2ca

Browse files
committed
don't commit out all tests
1 parent b9f89c4 commit adce2ca

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

test/runtests.jl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ using Test
33
import SpecialFunctions
44

55
@time @testset "besseli" begin include("besseli_test.jl") end
6-
#@time @testset "besselk" begin include("besselk_test.jl") end
6+
@time @testset "besselk" begin include("besselk_test.jl") end
77
@time @testset "besselj" begin include("besselj_test.jl") end
8-
#@time @testset "bessely" begin include("bessely_test.jl") end
9-
#@time @testset "hankel" begin include("hankel_test.jl") end
10-
#@time @testset "gamma" begin include("gamma_test.jl") end
11-
#@time @testset "airy" begin include("airy_test.jl") end
12-
#@time @testset "sphericalbessel" begin include("sphericalbessel_test.jl") end
8+
@time @testset "bessely" begin include("bessely_test.jl") end
9+
@time @testset "hankel" begin include("hankel_test.jl") end
10+
@time @testset "gamma" begin include("gamma_test.jl") end
11+
@time @testset "airy" begin include("airy_test.jl") end
12+
@time @testset "sphericalbessel" begin include("sphericalbessel_test.jl") end

0 commit comments

Comments
 (0)