|
1 | 1 | using SafeTestsets, Test
|
2 | 2 |
|
3 |
| -@safetestset "Varialbe scope tests" begin include("variable_scope.jl") end |
4 |
| -@safetestset "Symbolic parameters test" begin include("symbolic_parameters.jl") end |
5 |
| -@safetestset "Parsing Test" begin include("variable_parsing.jl") end |
6 |
| -@safetestset "Simplify Test" begin include("simplify.jl") end |
7 |
| -@safetestset "Direct Usage Test" begin include("direct.jl") end |
8 |
| -@safetestset "System Linearity Test" begin include("linearity.jl") end |
9 |
| -@safetestset "ODESystem Test" begin include("odesystem.jl") end |
10 |
| -@safetestset "LabelledArrays Test" begin include("labelledarrays.jl") end |
11 |
| -@safetestset "Mass Matrix Test" begin include("mass_matrix.jl") end |
12 |
| -@safetestset "SteadyStateSystem Test" begin include("steadystatesystems.jl") end |
13 |
| -@safetestset "SDESystem Test" begin include("sdesystem.jl") end |
14 |
| -@safetestset "NonlinearSystem Test" begin include("nonlinearsystem.jl") end |
15 |
| -@safetestset "OptimizationSystem Test" begin include("optimizationsystem.jl") end |
16 |
| -@safetestset "ReactionSystem Test" begin include("reactionsystem.jl") end |
17 |
| -@safetestset "ReactionSystem Test" begin include("reactionsystem_components.jl") end |
18 |
| -@safetestset "JumpSystem Test" begin include("jumpsystem.jl") end |
19 |
| -@safetestset "ControlSystem Test" begin include("controlsystem.jl") end |
20 |
| -@safetestset "Domain Test" begin include("domains.jl") end |
21 |
| -@safetestset "Modelingtoolkitize Test" begin include("modelingtoolkitize.jl") end |
22 |
| -@safetestset "Constraints Test" begin include("constraints.jl") end |
23 |
| -@safetestset "Reduction Test" begin include("reduction.jl") end |
24 |
| -@safetestset "Components Test" begin include("components.jl") end |
25 |
| -@safetestset "PDE Construction Test" begin include("pde.jl") end |
26 |
| -@safetestset "Lowering Integration Test" begin include("lowering_solving.jl") end |
27 |
| -@safetestset "Test Big System Usage" begin include("bigsystem.jl") end |
28 |
| -@safetestset "Depdendency Graph Test" begin include("dep_graphs.jl") end |
29 |
| -@safetestset "Function Registration Test" begin include("function_registration.jl") end |
30 |
| -@safetestset "Precompiled Modules Test" begin include("precompile_test.jl") end |
31 |
| -@testset "Distributed Test" begin include("distributed.jl") end |
32 |
| -@safetestset "Variable Utils Test" begin include("variable_utils.jl") end |
33 |
| -println("Last test requires gcc available in the path!") |
34 |
| -@safetestset "C Compilation Test" begin include("ccompile.jl") end |
| 3 | +# @safetestset "Varialbe scope tests" begin include("variable_scope.jl") end |
| 4 | +# @safetestset "Symbolic parameters test" begin include("symbolic_parameters.jl") end |
| 5 | +# @safetestset "Parsing Test" begin include("variable_parsing.jl") end |
| 6 | +# @safetestset "Simplify Test" begin include("simplify.jl") end |
| 7 | +# @safetestset "Direct Usage Test" begin include("direct.jl") end |
| 8 | +# @safetestset "System Linearity Test" begin include("linearity.jl") end |
| 9 | +# @safetestset "ODESystem Test" begin include("odesystem.jl") end |
| 10 | +# @safetestset "LabelledArrays Test" begin include("labelledarrays.jl") end |
| 11 | +# @safetestset "Mass Matrix Test" begin include("mass_matrix.jl") end |
| 12 | +# @safetestset "SteadyStateSystem Test" begin include("steadystatesystems.jl") end |
| 13 | +# @safetestset "SDESystem Test" begin include("sdesystem.jl") end |
| 14 | +# @safetestset "NonlinearSystem Test" begin include("nonlinearsystem.jl") end |
| 15 | +# @safetestset "OptimizationSystem Test" begin include("optimizationsystem.jl") end |
| 16 | +# @safetestset "ReactionSystem Test" begin include("reactionsystem.jl") end |
| 17 | +# @safetestset "ReactionSystem Test" begin include("reactionsystem_components.jl") end |
| 18 | +# @safetestset "JumpSystem Test" begin include("jumpsystem.jl") end |
| 19 | +# @safetestset "ControlSystem Test" begin include("controlsystem.jl") end |
| 20 | +# @safetestset "Domain Test" begin include("domains.jl") end |
| 21 | +# @safetestset "Modelingtoolkitize Test" begin include("modelingtoolkitize.jl") end |
| 22 | +# @safetestset "Constraints Test" begin include("constraints.jl") end |
| 23 | +# @safetestset "Reduction Test" begin include("reduction.jl") end |
| 24 | +# @safetestset "Components Test" begin include("components.jl") end |
| 25 | +# @safetestset "PDE Construction Test" begin include("pde.jl") end |
| 26 | +# @safetestset "Lowering Integration Test" begin include("lowering_solving.jl") end |
| 27 | +# @safetestset "Test Big System Usage" begin include("bigsystem.jl") end |
| 28 | +# @safetestset "Depdendency Graph Test" begin include("dep_graphs.jl") end |
| 29 | +# @safetestset "Function Registration Test" begin include("function_registration.jl") end |
| 30 | +# @safetestset "Precompiled Modules Test" begin include("precompile_test.jl") end |
| 31 | +# @testset "Distributed Test" begin include("distributed.jl") end |
| 32 | +# @safetestset "Variable Utils Test" begin include("variable_utils.jl") end |
| 33 | +# println("Last test requires gcc available in the path!") |
| 34 | +# @safetestset "C Compilation Test" begin include("ccompile.jl") end |
35 | 35 | @safetestset "Latexify recipes Test" begin include("latexify.jl") end
|
36 |
| -@safetestset "StructuralTransformations" begin include("structural_transformation/runtests.jl") end |
37 |
| -@testset "Serialization" begin include("serialization.jl") end |
38 |
| -@safetestset "print_tree" begin include("print_tree.jl") end |
| 36 | +# @safetestset "StructuralTransformations" begin include("structural_transformation/runtests.jl") end |
| 37 | +# @testset "Serialization" begin include("serialization.jl") end |
| 38 | +# @safetestset "print_tree" begin include("print_tree.jl") end |
0 commit comments