File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 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" )
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" )
You can’t perform that action at this time.
0 commit comments