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.
2 parents a852814 + c3a2b9f commit ce450b2Copy full SHA for ce450b2
test/runtests.jl
@@ -21,6 +21,7 @@ end
21
@safetestset "Linearization Tests" include("linearize.jl")
22
@safetestset "Input Output Test" include("input_output_handling.jl")
23
@safetestset "Clock Test" include("clock.jl")
24
+ @safetestset "DiscreteSystem Test" include("discretesystem.jl")
25
@safetestset "ODESystem Test" include("odesystem.jl")
26
@safetestset "Dynamic Quantities Test" include("dq_units.jl")
27
@safetestset "Unitful Quantities Test" include("units.jl")
0 commit comments