Skip to content

Commit bcdb6ab

Browse files
author
Chris Geoga
committed
Oops, I always forget to un-comment the other tests after fixing
something.
1 parent 352ee45 commit bcdb6ab

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

test/runtests.jl

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ using Bessels
22
using Test
33
import SpecialFunctions
44

5-
#@time @testset "besseli" begin include("besseli_test.jl") end
6-
#@time @testset "besselk" begin include("besselk_test.jl") end
7-
#@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
13-
#@time @testset "besselk enzyme autodiff" begin include("besselk_enzyme_test.jl") end
5+
@time @testset "besseli" begin include("besseli_test.jl") end
6+
@time @testset "besselk" begin include("besselk_test.jl") end
7+
@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
13+
@time @testset "besselk enzyme autodiff" begin include("besselk_enzyme_test.jl") end
1414
@time @testset "besseli enzyme autodiff" begin include("besseli_enzyme_test.jl") end

0 commit comments

Comments
 (0)