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 33
33
@safetestset " Dynamic Quantities Test" include (" dq_units.jl" )
34
34
@safetestset " Unitful Quantities Test" include (" units.jl" )
35
35
@safetestset " Mass Matrix Test" include (" mass_matrix.jl" )
36
- @safetestset " InitializationSystem Test" include (" initializationsystem.jl" )
37
36
@safetestset " Guess Propagation" include (" guess_propagation.jl" )
38
37
@safetestset " Hierarchical Initialization Equations" include (" hierarchical_initialization_eqs.jl" )
39
38
@safetestset " Reduction Test" include (" reduction.jl" )
64
63
end
65
64
end
66
65
66
+ if GROUP == " All" || GROUP == " InterfaceI" || GROUP == " Initialization"
67
+ @safetestset " InitializationSystem Test" include (" initializationsystem.jl" )
68
+ end
69
+
67
70
if GROUP == " All" || GROUP == " InterfaceII"
68
71
@testset " InterfaceII" begin
69
72
@safetestset " IndexCache Test" include (" index_cache.jl" )
You can’t perform that action at this time.
0 commit comments