Skip to content

Commit 1f6718c

Browse files
committed
up
1 parent 2ba8bcb commit 1f6718c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ using SafeTestsets
88
@time @safetestset "Reactions" begin include("reactionsystem_structure/reactions.jl") end
99
@time @safetestset "ReactionSystem" begin include("reactionsystem_structure/reactionsystem.jl") end
1010
@time @safetestset "Higher Order Reactions" begin include("reactionsystem_structure/higher_order_reactions.jl") end
11+
@time @safetestset "Hybrid CRN/Equation Systems" begin include("reactionsystem_structure/hybrid_equation_reaction_systems.jl") end
1112

1213
### Tests model creation via the @reaction_network DSL. ###
1314
@time @safetestset "Basic DSL" begin include("dsl/dsl_basics.jl") end

0 commit comments

Comments
 (0)