File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ using SafeTestsets, Test
9
9
@safetestset " System Linearity Test" begin include (" linearity.jl" ) end
10
10
@safetestset " Build Function Test" begin include (" build_function.jl" ) end
11
11
@safetestset " ODESystem Test" begin include (" odesystem.jl" ) end
12
- @safetestset " ODESystem Serialization" begin include (" serialization.jl" ) end
13
12
@safetestset " LabelledArrays Test" begin include (" labelledarrays.jl" ) end
14
13
@safetestset " Mass Matrix Test" begin include (" mass_matrix.jl" ) end
15
14
@safetestset " SteadyStateSystem Test" begin include (" steadystatesystems.jl" ) end
@@ -38,3 +37,4 @@ println("Last test requires gcc available in the path!")
38
37
@safetestset " C Compilation Test" begin include (" ccompile.jl" ) end
39
38
@safetestset " Latexify recipes Test" begin include (" latexify.jl" ) end
40
39
@safetestset " StructuralTransformations" begin include (" structural_transformation/runtests.jl" ) end
40
+ @testset " Serialization" begin include (" serialization.jl" ) end
Original file line number Diff line number Diff line change @@ -17,5 +17,5 @@ for prob in [
17
17
18
18
_cmd = " using ModelingToolkit, Serialization; deserialize(\" $_fn \" )"
19
19
20
- run (` $(Base. julia_cmd ()) --project - e $(_cmd) ` )
20
+ run (` $(Base. julia_cmd ()) -e $(_cmd) ` )
21
21
end
You can’t perform that action at this time.
0 commit comments