Skip to content

Commit 9c7fbc7

Browse files
test: make initializaton tests runnable from OrdinaryDiffEq
1 parent f120310 commit 9c7fbc7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/runtests.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ end
3333
@safetestset "Dynamic Quantities Test" include("dq_units.jl")
3434
@safetestset "Unitful Quantities Test" include("units.jl")
3535
@safetestset "Mass Matrix Test" include("mass_matrix.jl")
36-
@safetestset "InitializationSystem Test" include("initializationsystem.jl")
3736
@safetestset "Guess Propagation" include("guess_propagation.jl")
3837
@safetestset "Hierarchical Initialization Equations" include("hierarchical_initialization_eqs.jl")
3938
@safetestset "Reduction Test" include("reduction.jl")
@@ -64,6 +63,10 @@ end
6463
end
6564
end
6665

66+
if GROUP == "All" || GROUP == "InterfaceI" || GROUP == "Initialization"
67+
@safetestset "InitializationSystem Test" include("initializationsystem.jl")
68+
end
69+
6770
if GROUP == "All" || GROUP == "InterfaceII"
6871
@testset "InterfaceII" begin
6972
@safetestset "IndexCache Test" include("index_cache.jl")

0 commit comments

Comments
 (0)