@@ -3,14 +3,13 @@ using SafeTestsets, Test
3
3
@safetestset " AliasGraph Test" begin include (" alias.jl" ) end
4
4
@safetestset " Linear Algebra Test" begin include (" linalg.jl" ) end
5
5
@safetestset " AbstractSystem Test" begin include (" abstractsystem.jl" ) end
6
- @safetestset " Variable scope tests" begin include (" variable_scope.jl" ) end
7
- @safetestset " Symbolic parameters test" begin include (" symbolic_parameters.jl" ) end
8
- @safetestset " Symbolic event test" begin include (" symbolic_events.jl" ) end
6
+ @safetestset " Variable Scope Tests" begin include (" variable_scope.jl" ) end
7
+ @safetestset " Symbolic Parameters Test" begin include (" symbolic_parameters.jl" ) end
9
8
@safetestset " Parsing Test" begin include (" variable_parsing.jl" ) end
10
9
@safetestset " Simplify Test" begin include (" simplify.jl" ) end
11
10
@safetestset " Direct Usage Test" begin include (" direct.jl" ) end
12
11
@safetestset " System Linearity Test" begin include (" linearity.jl" ) end
13
- @safetestset " Linearization tests " begin include (" linearize.jl" ) end
12
+ @safetestset " Linearization Tests " begin include (" linearize.jl" ) end
14
13
@safetestset " Input Output Test" begin include (" input_output_handling.jl" ) end
15
14
@safetestset " DiscreteSystem Test" begin include (" discretesystem.jl" ) end
16
15
@safetestset " ODESystem Test" begin include (" odesystem.jl" ) end
@@ -24,6 +23,11 @@ using SafeTestsets, Test
24
23
@safetestset " Constraints Test" begin include (" constraints.jl" ) end
25
24
@safetestset " Reduction Test" begin include (" reduction.jl" ) end
26
25
@safetestset " Components Test" begin include (" components.jl" ) end
26
+ @safetestset " print_tree" begin include (" print_tree.jl" ) end
27
+ @safetestset " Error Handling" begin include (" error_handling.jl" ) end
28
+ @safetestset " StructuralTransformations" begin include (" structural_transformation/runtests.jl" ) end
29
+ @safetestset " State Selection Test" begin include (" state_selection.jl" ) end
30
+ @safetestset " Symbolic Event Test" begin include (" symbolic_events.jl" ) end
27
31
@safetestset " Stream Connnect Test" begin include (" stream_connectors.jl" ) end
28
32
@safetestset " PDE Construction Test" begin include (" pde.jl" ) end
29
33
@safetestset " Lowering Integration Test" begin include (" lowering_solving.jl" ) end
@@ -38,11 +42,7 @@ using SafeTestsets, Test
38
42
@safetestset " Jacobian Sparsity" begin include (" jacobiansparsity.jl" ) end
39
43
println (" Last test requires gcc available in the path!" )
40
44
@safetestset " C Compilation Test" begin include (" ccompile.jl" ) end
41
- @safetestset " StructuralTransformations" begin include (" structural_transformation/runtests.jl" ) end
42
45
@testset " Serialization" begin include (" serialization.jl" ) end
43
- @safetestset " print_tree" begin include (" print_tree.jl" ) end
44
- @safetestset " error_handling" begin include (" error_handling.jl" ) end
45
- @safetestset " state_selection" begin include (" state_selection.jl" ) end
46
46
@safetestset " Modelingtoolkitize Test" begin include (" modelingtoolkitize.jl" ) end
47
47
@safetestset " OptimizationSystem Test" begin include (" optimizationsystem.jl" ) end
48
48
@safetestset " FuncAffect Test" begin include (" funcaffect.jl" ) end
0 commit comments