We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5507676 commit 79325beCopy full SHA for 79325be
test/runtests.jl
@@ -69,10 +69,13 @@ end
69
@safetestset "Generate Custom Function Test" include("generate_custom_function.jl")
70
@safetestset "Initial Values Test" include("initial_values.jl")
71
@safetestset "Discrete System" include("discrete_system.jl")
72
- @safetestset "MTKParameters Test" include("mtkparameters.jl")
73
end
74
75
+ if GROUP == "All" || GROUP == "InterfaceI" || GROUP == "SymbolicIndexingInterface"
76
+ @safetestset "MTKParameters Test" include("mtkparameters.jl")
77
+ end
78
+
79
if GROUP == "All" || GROUP == "InterfaceII"
80
println("C compilation test requires gcc available in the path!")
81
@safetestset "C Compilation Test" include("ccompile.jl")
0 commit comments