@@ -23,102 +23,102 @@ function activate_downstream_env()
23
23
end
24
24
25
25
@time begin
26
- # if GROUP == "All" || GROUP == "InterfaceI"
27
- # @testset "InterfaceI" begin
28
- # @safetestset "Linear Algebra Test" include("linalg.jl")
29
- # @safetestset "AbstractSystem Test" include("abstractsystem.jl")
30
- # @safetestset "Variable Scope Tests" include("variable_scope.jl")
31
- # @safetestset "Symbolic Parameters Test" include("symbolic_parameters.jl")
32
- # @safetestset "Parsing Test" include("variable_parsing.jl")
33
- # @safetestset "Simplify Test" include("simplify.jl")
34
- # @safetestset "Direct Usage Test" include("direct.jl")
35
- # @safetestset "System Linearity Test" include("linearity.jl")
36
- # @safetestset "Input Output Test" include("input_output_handling.jl")
37
- # @safetestset "Clock Test" include("clock.jl")
38
- # @safetestset "ODESystem Test" include("odesystem.jl")
39
- # @safetestset "Dynamic Quantities Test" include("dq_units.jl")
40
- # @safetestset "Unitful Quantities Test" include("units.jl")
41
- # @safetestset "Mass Matrix Test" include("mass_matrix.jl")
42
- # @safetestset "Reduction Test" include("reduction.jl")
43
- # @safetestset "Split Parameters Test" include("split_parameters.jl")
44
- # @safetestset "StaticArrays Test" include("static_arrays.jl")
45
- # @safetestset "Components Test" include("components.jl")
46
- # @safetestset "Model Parsing Test" include("model_parsing.jl")
47
- # @safetestset "Error Handling" include("error_handling.jl")
48
- # @safetestset "StructuralTransformations" include("structural_transformation/runtests.jl")
49
- # @safetestset "Basic transformations" include("basic_transformations.jl")
50
- # @safetestset "State Selection Test" include("state_selection.jl")
51
- # @safetestset "Symbolic Event Test" include("symbolic_events.jl")
52
- # @safetestset "Stream Connect Test" include("stream_connectors.jl")
53
- # @safetestset "Domain Connect Test" include("domain_connectors.jl")
54
- # @safetestset "Lowering Integration Test" include("lowering_solving.jl")
55
- # @safetestset "Dependency Graph Test" include("dep_graphs.jl")
56
- # @safetestset "Function Registration Test" include("function_registration.jl")
57
- # @safetestset "Precompiled Modules Test" include("precompile_test.jl")
58
- # @safetestset "DAE Jacobians Test" include("dae_jacobian.jl")
59
- # @safetestset "Jacobian Sparsity" include("jacobiansparsity.jl")
60
- # @safetestset "Modelingtoolkitize Test" include("modelingtoolkitize.jl")
61
- # @safetestset "FuncAffect Test" include("funcaffect.jl")
62
- # @safetestset "Constants Test" include("constants.jl")
63
- # @safetestset "Parameter Dependency Test" include("parameter_dependencies.jl")
64
- # @safetestset "Equation Type Accessors Test" include("equation_type_accessors.jl")
65
- # @safetestset "System Accessor Functions Test" include("accessor_functions.jl")
66
- # @safetestset "Equations with complex values" include("complex.jl")
67
- # end
68
- # end
26
+ if GROUP == " All" || GROUP == " InterfaceI"
27
+ @testset " InterfaceI" begin
28
+ @safetestset " Linear Algebra Test" include (" linalg.jl" )
29
+ @safetestset " AbstractSystem Test" include (" abstractsystem.jl" )
30
+ @safetestset " Variable Scope Tests" include (" variable_scope.jl" )
31
+ @safetestset " Symbolic Parameters Test" include (" symbolic_parameters.jl" )
32
+ @safetestset " Parsing Test" include (" variable_parsing.jl" )
33
+ @safetestset " Simplify Test" include (" simplify.jl" )
34
+ @safetestset " Direct Usage Test" include (" direct.jl" )
35
+ @safetestset " System Linearity Test" include (" linearity.jl" )
36
+ @safetestset " Input Output Test" include (" input_output_handling.jl" )
37
+ @safetestset " Clock Test" include (" clock.jl" )
38
+ @safetestset " ODESystem Test" include (" odesystem.jl" )
39
+ @safetestset " Dynamic Quantities Test" include (" dq_units.jl" )
40
+ @safetestset " Unitful Quantities Test" include (" units.jl" )
41
+ @safetestset " Mass Matrix Test" include (" mass_matrix.jl" )
42
+ @safetestset " Reduction Test" include (" reduction.jl" )
43
+ @safetestset " Split Parameters Test" include (" split_parameters.jl" )
44
+ @safetestset " StaticArrays Test" include (" static_arrays.jl" )
45
+ @safetestset " Components Test" include (" components.jl" )
46
+ @safetestset " Model Parsing Test" include (" model_parsing.jl" )
47
+ @safetestset " Error Handling" include (" error_handling.jl" )
48
+ @safetestset " StructuralTransformations" include (" structural_transformation/runtests.jl" )
49
+ @safetestset " Basic transformations" include (" basic_transformations.jl" )
50
+ @safetestset " State Selection Test" include (" state_selection.jl" )
51
+ @safetestset " Symbolic Event Test" include (" symbolic_events.jl" )
52
+ @safetestset " Stream Connect Test" include (" stream_connectors.jl" )
53
+ @safetestset " Domain Connect Test" include (" domain_connectors.jl" )
54
+ @safetestset " Lowering Integration Test" include (" lowering_solving.jl" )
55
+ @safetestset " Dependency Graph Test" include (" dep_graphs.jl" )
56
+ @safetestset " Function Registration Test" include (" function_registration.jl" )
57
+ @safetestset " Precompiled Modules Test" include (" precompile_test.jl" )
58
+ @safetestset " DAE Jacobians Test" include (" dae_jacobian.jl" )
59
+ @safetestset " Jacobian Sparsity" include (" jacobiansparsity.jl" )
60
+ @safetestset " Modelingtoolkitize Test" include (" modelingtoolkitize.jl" )
61
+ @safetestset " FuncAffect Test" include (" funcaffect.jl" )
62
+ @safetestset " Constants Test" include (" constants.jl" )
63
+ @safetestset " Parameter Dependency Test" include (" parameter_dependencies.jl" )
64
+ @safetestset " Equation Type Accessors Test" include (" equation_type_accessors.jl" )
65
+ @safetestset " System Accessor Functions Test" include (" accessor_functions.jl" )
66
+ @safetestset " Equations with complex values" include (" complex.jl" )
67
+ end
68
+ end
69
69
70
- # if GROUP == "All" || GROUP == "Initialization"
71
- # @safetestset "Guess Propagation" include("guess_propagation.jl")
72
- # @safetestset "Hierarchical Initialization Equations" include("hierarchical_initialization_eqs.jl")
73
- # @safetestset "InitializationSystem Test" include("initializationsystem.jl")
74
- # @safetestset "Initial Values Test" include("initial_values.jl")
75
- # end
70
+ if GROUP == " All" || GROUP == " Initialization"
71
+ @safetestset " Guess Propagation" include (" guess_propagation.jl" )
72
+ @safetestset " Hierarchical Initialization Equations" include (" hierarchical_initialization_eqs.jl" )
73
+ @safetestset " InitializationSystem Test" include (" initializationsystem.jl" )
74
+ @safetestset " Initial Values Test" include (" initial_values.jl" )
75
+ end
76
76
77
- # if GROUP == "All" || GROUP == "InterfaceII"
78
- # @testset "InterfaceII" begin
79
- # @safetestset "Code Generation Test" include("code_generation.jl")
80
- # @safetestset "IndexCache Test" include("index_cache.jl")
81
- # @safetestset "Variable Utils Test" include("variable_utils.jl")
82
- # @safetestset "Variable Metadata Test" include("test_variable_metadata.jl")
83
- # @safetestset "OptimizationSystem Test" include("optimizationsystem.jl")
84
- # @safetestset "Discrete System" include("discrete_system.jl")
85
- # @safetestset "Implicit Discrete System" include("implicit_discrete_system.jl")
86
- # @safetestset "SteadyStateSystem Test" include("steadystatesystems.jl")
87
- # @safetestset "SDESystem Test" include("sdesystem.jl")
88
- # @safetestset "DDESystem Test" include("dde.jl")
89
- # @safetestset "NonlinearSystem Test" include("nonlinearsystem.jl")
90
- # @safetestset "SCCNonlinearProblem Test" include("scc_nonlinear_problem.jl")
91
- # @safetestset "PDE Construction Test" include("pdesystem.jl")
92
- # @safetestset "JumpSystem Test" include("jumpsystem.jl")
93
- # @safetestset "Optimal Control + Constraints Tests" include("optimal_control.jl")
94
- # @safetestset "print_tree" include("print_tree.jl")
95
- # @safetestset "Constraints Test" include("constraints.jl")
96
- # @safetestset "IfLifting Test" include("if_lifting.jl")
97
- # @safetestset "Analysis Points Test" include("analysis_points.jl")
98
- # @safetestset "Causal Variables Connection Test" include("causal_variables_connection.jl")
99
- # @safetestset "Debugging Test" include("debugging.jl")
100
- # @safetestset "Namespacing test" include("namespacing.jl")
101
- # @safetestset "Subsystem replacement" include("substitute_component.jl")
102
- # end
103
- # end
77
+ if GROUP == " All" || GROUP == " InterfaceII"
78
+ @testset " InterfaceII" begin
79
+ @safetestset " Code Generation Test" include (" code_generation.jl" )
80
+ @safetestset " IndexCache Test" include (" index_cache.jl" )
81
+ @safetestset " Variable Utils Test" include (" variable_utils.jl" )
82
+ @safetestset " Variable Metadata Test" include (" test_variable_metadata.jl" )
83
+ @safetestset " OptimizationSystem Test" include (" optimizationsystem.jl" )
84
+ @safetestset " Discrete System" include (" discrete_system.jl" )
85
+ @safetestset " Implicit Discrete System" include (" implicit_discrete_system.jl" )
86
+ @safetestset " SteadyStateSystem Test" include (" steadystatesystems.jl" )
87
+ @safetestset " SDESystem Test" include (" sdesystem.jl" )
88
+ @safetestset " DDESystem Test" include (" dde.jl" )
89
+ @safetestset " NonlinearSystem Test" include (" nonlinearsystem.jl" )
90
+ @safetestset " SCCNonlinearProblem Test" include (" scc_nonlinear_problem.jl" )
91
+ @safetestset " PDE Construction Test" include (" pdesystem.jl" )
92
+ @safetestset " JumpSystem Test" include (" jumpsystem.jl" )
93
+ @safetestset " Optimal Control + Constraints Tests" include (" optimal_control.jl" )
94
+ @safetestset " print_tree" include (" print_tree.jl" )
95
+ @safetestset " Constraints Test" include (" constraints.jl" )
96
+ @safetestset " IfLifting Test" include (" if_lifting.jl" )
97
+ @safetestset " Analysis Points Test" include (" analysis_points.jl" )
98
+ @safetestset " Causal Variables Connection Test" include (" causal_variables_connection.jl" )
99
+ @safetestset " Debugging Test" include (" debugging.jl" )
100
+ @safetestset " Namespacing test" include (" namespacing.jl" )
101
+ @safetestset " Subsystem replacement" include (" substitute_component.jl" )
102
+ end
103
+ end
104
104
105
- # if GROUP == "All" || GROUP == "SymbolicIndexingInterface"
106
- # @safetestset "SymbolicIndexingInterface test" include("symbolic_indexing_interface.jl")
107
- # @safetestset "SciML Problem Input Test" include("sciml_problem_inputs.jl")
108
- # @safetestset "MTKParameters Test" include("mtkparameters.jl")
109
- # end
105
+ if GROUP == " All" || GROUP == " SymbolicIndexingInterface"
106
+ @safetestset " SymbolicIndexingInterface test" include (" symbolic_indexing_interface.jl" )
107
+ @safetestset " SciML Problem Input Test" include (" sciml_problem_inputs.jl" )
108
+ @safetestset " MTKParameters Test" include (" mtkparameters.jl" )
109
+ end
110
110
111
- # if GROUP == "All" || GROUP == "Extended"
112
- # @safetestset "Test Big System Usage" include("bigsystem.jl")
113
- # println("C compilation test requires gcc available in the path!")
114
- # @safetestset "C Compilation Test" include("ccompile.jl")
115
- # @testset "Distributed Test" include("distributed.jl")
116
- # @testset "Serialization" include("serialization.jl")
117
- # end
111
+ if GROUP == " All" || GROUP == " Extended"
112
+ @safetestset " Test Big System Usage" include (" bigsystem.jl" )
113
+ println (" C compilation test requires gcc available in the path!" )
114
+ @safetestset " C Compilation Test" include (" ccompile.jl" )
115
+ @testset " Distributed Test" include (" distributed.jl" )
116
+ @testset " Serialization" include (" serialization.jl" )
117
+ end
118
118
119
- # if GROUP == "All" || GROUP == "RegressionI"
120
- # @safetestset "Latexify recipes Test" include("latexify.jl")
121
- # end
119
+ if GROUP == " All" || GROUP == " RegressionI"
120
+ @safetestset " Latexify recipes Test" include (" latexify.jl" )
121
+ end
122
122
123
123
if GROUP == " All" || GROUP == " Downstream"
124
124
activate_downstream_env ()
0 commit comments