|
10 | 10 |
|
11 | 11 | @time begin |
12 | 12 | if GROUP == "All" || GROUP == "InterfaceI" |
13 | | - # @safetestset "Linear Algebra Test" include("linalg.jl") |
14 | | - # @safetestset "AbstractSystem Test" include("abstractsystem.jl") |
15 | | - # @safetestset "Variable Scope Tests" include("variable_scope.jl") |
16 | | - # @safetestset "Symbolic Parameters Test" include("symbolic_parameters.jl") |
17 | | - # @safetestset "Parsing Test" include("variable_parsing.jl") |
18 | | - # @safetestset "Simplify Test" include("simplify.jl") |
19 | | - # @safetestset "Direct Usage Test" include("direct.jl") |
20 | | - # @safetestset "System Linearity Test" include("linearity.jl") |
21 | | - # @safetestset "Linearization Tests" include("linearize.jl") |
22 | | - # @safetestset "Input Output Test" include("input_output_handling.jl") |
23 | | - # @safetestset "Clock Test" include("clock.jl") |
24 | | - # @safetestset "DiscreteSystem Test" include("discretesystem.jl") |
25 | | - # @safetestset "ODESystem Test" include("odesystem.jl") |
26 | | - # @safetestset "Dynamic Quantities Test" include("dq_units.jl") |
27 | | - # @safetestset "Unitful Quantities Test" include("units.jl") |
28 | | - # @safetestset "LabelledArrays Test" include("labelledarrays.jl") |
29 | | - # @safetestset "Mass Matrix Test" include("mass_matrix.jl") |
30 | | - # @safetestset "SteadyStateSystem Test" include("steadystatesystems.jl") |
31 | | - # @safetestset "SDESystem Test" include("sdesystem.jl") |
32 | | - # @safetestset "NonlinearSystem Test" include("nonlinearsystem.jl") |
33 | | - # @safetestset "PDE Construction Test" include("pde.jl") |
34 | | - # @safetestset "JumpSystem Test" include("jumpsystem.jl") |
35 | | - # @safetestset "Constraints Test" include("constraints.jl") |
36 | | - # @safetestset "Reduction Test" include("reduction.jl") |
| 13 | + @safetestset "Linear Algebra Test" include("linalg.jl") |
| 14 | + @safetestset "AbstractSystem Test" include("abstractsystem.jl") |
| 15 | + @safetestset "Variable Scope Tests" include("variable_scope.jl") |
| 16 | + @safetestset "Symbolic Parameters Test" include("symbolic_parameters.jl") |
| 17 | + @safetestset "Parsing Test" include("variable_parsing.jl") |
| 18 | + @safetestset "Simplify Test" include("simplify.jl") |
| 19 | + @safetestset "Direct Usage Test" include("direct.jl") |
| 20 | + @safetestset "System Linearity Test" include("linearity.jl") |
| 21 | + @safetestset "Linearization Tests" include("linearize.jl") |
| 22 | + @safetestset "Input Output Test" include("input_output_handling.jl") |
| 23 | + @safetestset "Clock Test" include("clock.jl") |
| 24 | + @safetestset "DiscreteSystem Test" include("discretesystem.jl") |
| 25 | + @safetestset "ODESystem Test" include("odesystem.jl") |
| 26 | + @safetestset "Dynamic Quantities Test" include("dq_units.jl") |
| 27 | + @safetestset "Unitful Quantities Test" include("units.jl") |
| 28 | + @safetestset "LabelledArrays Test" include("labelledarrays.jl") |
| 29 | + @safetestset "Mass Matrix Test" include("mass_matrix.jl") |
| 30 | + @safetestset "SteadyStateSystem Test" include("steadystatesystems.jl") |
| 31 | + @safetestset "SDESystem Test" include("sdesystem.jl") |
| 32 | + @safetestset "NonlinearSystem Test" include("nonlinearsystem.jl") |
| 33 | + @safetestset "PDE Construction Test" include("pde.jl") |
| 34 | + @safetestset "JumpSystem Test" include("jumpsystem.jl") |
| 35 | + @safetestset "Constraints Test" include("constraints.jl") |
| 36 | + @safetestset "Reduction Test" include("reduction.jl") |
37 | 37 | @safetestset "Split Parameters Test" include("split_parameters.jl") |
38 | 38 | @safetestset "ODAEProblem Test" include("odaeproblem.jl") |
39 | 39 | @safetestset "StaticArrays Test" include("static_arrays.jl") |
|
0 commit comments