Skip to content

Commit 79325be

Browse files
test: move MTKParameters testset to SII group
Allows this to be run in SII downstream
1 parent 5507676 commit 79325be

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/runtests.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,13 @@ end
6969
@safetestset "Generate Custom Function Test" include("generate_custom_function.jl")
7070
@safetestset "Initial Values Test" include("initial_values.jl")
7171
@safetestset "Discrete System" include("discrete_system.jl")
72-
@safetestset "MTKParameters Test" include("mtkparameters.jl")
7372
end
7473
end
7574

75+
if GROUP == "All" || GROUP == "InterfaceI" || GROUP == "SymbolicIndexingInterface"
76+
@safetestset "MTKParameters Test" include("mtkparameters.jl")
77+
end
78+
7679
if GROUP == "All" || GROUP == "InterfaceII"
7780
println("C compilation test requires gcc available in the path!")
7881
@safetestset "C Compilation Test" include("ccompile.jl")

0 commit comments

Comments
 (0)