Skip to content

Commit ca63c43

Browse files
committed
mv SS tests that uses extensions to extension section
1 parent 3178724 commit ca63c43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ using SafeTestsets, Test
3131
# Tests various miscellaneous features.
3232
@time @safetestset "API" begin include("miscellaneous_tests/api.jl") end
3333
@time @safetestset "Units" begin include("miscellaneous_tests/units.jl") end
34-
@time @safetestset "Steady State Stability Computations" begin include("miscellaneous_tests/stability_computation.jl") end
3534
@time @safetestset "Compound Species" begin include("miscellaneous_tests/compound_macro.jl") end
3635
@time @safetestset "Reaction Balancing" begin include("miscellaneous_tests/reaction_balancing.jl") end
3736
@time @safetestset "ReactionSystem Serialisation" begin include("miscellaneous_tests/reactionsystem_serialisation.jl") end
@@ -66,6 +65,7 @@ using SafeTestsets, Test
6665

6766
# Tests extensions.
6867
@time @safetestset "BifurcationKit Extension" begin include("extensions/bifurcation_kit.jl") end
68+
@time @safetestset "Steady State Stability Computations" begin include("miscellaneous_tests/stability_computation.jl") end
6969
@time @safetestset "HomotopyContinuation Extension" begin include("extensions/homotopy_continuation.jl") end
7070
@time @safetestset "Structural Identifiability Extension" begin include("extensions/structural_identifiability.jl") end
7171

0 commit comments

Comments
 (0)