Skip to content

Commit

Permalink
test: make initializaton tests runnable from OrdinaryDiffEq
Browse files Browse the repository at this point in the history
  • Loading branch information
AayushSabharwal committed Nov 22, 2024
1 parent b991a62 commit 936ba39
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ end
@safetestset "Dynamic Quantities Test" include("dq_units.jl")
@safetestset "Unitful Quantities Test" include("units.jl")
@safetestset "Mass Matrix Test" include("mass_matrix.jl")
@safetestset "InitializationSystem Test" include("initializationsystem.jl")
@safetestset "Guess Propagation" include("guess_propagation.jl")
@safetestset "Hierarchical Initialization Equations" include("hierarchical_initialization_eqs.jl")
@safetestset "Reduction Test" include("reduction.jl")
Expand Down Expand Up @@ -64,6 +63,10 @@ end
end
end

if GROUP == "All" || GROUP == "InterfaceI" || GROUP == "Initialization"
@safetestset "InitializationSystem Test" include("initializationsystem.jl")
end

if GROUP == "All" || GROUP == "InterfaceII"
@testset "InterfaceII" begin
@safetestset "IndexCache Test" include("index_cache.jl")
Expand Down

0 comments on commit 936ba39

Please sign in to comment.