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 22fb377 commit 9bc10f7Copy full SHA for 9bc10f7
test/runtests.jl
@@ -43,6 +43,7 @@ end
43
@safetestset "PDE Construction Test" include("pde.jl")
44
@safetestset "JumpSystem Test" include("jumpsystem.jl")
45
@safetestset "Constraints Test" include("constraints.jl")
46
+ @safetestset "Structure Interfacing Test" include("sciml_struct_interfacing.jl")
47
@safetestset "Reduction Test" include("reduction.jl")
48
@safetestset "Split Parameters Test" include("split_parameters.jl")
49
@safetestset "StaticArrays Test" include("static_arrays.jl")
0 commit comments