Skip to content

Commit

Permalink
lazy include
Browse files Browse the repository at this point in the history
  • Loading branch information
pogudingleb committed Jan 19, 2024
1 parent 89b7b1b commit 63abf26
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,9 @@ end
@includetests ARGS
include("RationalFunctionFields/RationalFunctionField.jl")
include("RationalFunctionFields/normalforms.jl")
include("extensions//modelingtoolkit.jl")
@static if VERSION >= v"1.10.0"
if GROUP == "All" || GROUP == "ModelingToolkitExt"
include("extensions//modelingtoolkit.jl")
end
end
end

0 comments on commit 63abf26

Please sign in to comment.