File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,12 @@ using SafeTestsets, Test
34
34
@safetestset " Jacobian Sparsity" begin include (" jacobiansparsity.jl" ) end
35
35
println (" Last test requires gcc available in the path!" )
36
36
@safetestset " C Compilation Test" begin include (" ccompile.jl" ) end
37
- @safetestset " Latexify recipes Test" begin include (" latexify.jl" ) end
38
37
@safetestset " StructuralTransformations" begin include (" structural_transformation/runtests.jl" ) end
39
38
@testset " Serialization" begin include (" serialization.jl" ) end
40
39
@safetestset " print_tree" begin include (" print_tree.jl" ) end
41
40
@safetestset " error_handling" begin include (" error_handling.jl" ) end
42
41
@safetestset " root_equations" begin include (" root_equations.jl" ) end
43
42
@safetestset " state_selection" begin include (" state_selection.jl" ) end
43
+
44
+ # Reference tests go Last
45
+ @safetestset " Latexify recipes Test" begin include (" latexify.jl" ) end
You can’t perform that action at this time.
0 commit comments