Skip to content

Commit b3a3ab8

Browse files
test: move generate_custom_function tests to InterfaceII
1 parent 29e1452 commit b3a3ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ end
6060
@safetestset "FuncAffect Test" include("funcaffect.jl")
6161
@safetestset "Constants Test" include("constants.jl")
6262
@safetestset "Parameter Dependency Test" include("parameter_dependencies.jl")
63-
@safetestset "Generate Custom Function Test" include("generate_custom_function.jl")
6463
@safetestset "Equation Type Accessors Test" include("equation_type_accessors.jl")
6564
@safetestset "Equations with complex values" include("complex.jl")
6665
end
@@ -75,6 +74,7 @@ end
7574

7675
if GROUP == "All" || GROUP == "InterfaceII"
7776
@testset "InterfaceII" begin
77+
@safetestset "Generate Custom Function Test" include("generate_custom_function.jl")
7878
@safetestset "IndexCache Test" include("index_cache.jl")
7979
@safetestset "Variable Utils Test" include("variable_utils.jl")
8080
@safetestset "Variable Metadata Test" include("test_variable_metadata.jl")

0 commit comments

Comments
 (0)