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 33c492a commit d5ff381Copy full SHA for d5ff381
test/runtests.jl
@@ -8,6 +8,7 @@ using SafeTestsets, Test
8
@safetestset "Simplify Test" begin include("simplify.jl") end
9
@safetestset "Direct Usage Test" begin include("direct.jl") end
10
@safetestset "System Linearity Test" begin include("linearity.jl") end
11
+@safetestset "Linearization tests" begin include("linearize.jl") end
12
@safetestset "Input Output Test" begin include("input_output_handling.jl") end
13
@safetestset "DiscreteSystem Test" begin include("discretesystem.jl") end
14
@safetestset "ODESystem Test" begin include("odesystem.jl") end
0 commit comments