File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 15
15
# ## Run Tests ###
16
16
@time begin
17
17
if GROUP == " All" || GROUP == " Core"
18
+ # Tests the `ReactionSystem` structure and its properties.
19
+ @time @safetestset " Reaction Structure" begin include (" reactionsystem_core/reaction.jl" ) end
20
+ @time @safetestset " ReactionSystem Structure" begin include (" reactionsystem_core/reactionsystem.jl" ) end
21
+ @time @safetestset " Higher Order Reactions" begin include (" reactionsystem_core/higher_order_reactions.jl" ) end
22
+ @time @safetestset " Symbolic Stoichiometry" begin include (" reactionsystem_core/symbolic_stoichiometry.jl" ) end
23
+ @time @safetestset " Parameter Type Designation" begin include (" reactionsystem_core/parameter_type_designation.jl" ) end
24
+ @time @safetestset " Custom CRN Functions" begin include (" reactionsystem_core/custom_crn_functions.jl" ) end
18
25
@time @safetestset " Coupled CRN/Equation Systems" begin include (" reactionsystem_core/coupled_equation_crn_systems.jl" ) end
19
26
@time @safetestset " Events" begin include (" reactionsystem_core/events.jl" ) end
20
27
You can’t perform that action at this time.
0 commit comments