Skip to content

Commit 0b41991

Browse files
add includes
1 parent 695b232 commit 0b41991

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/ModelingToolkit.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,6 @@ include("domains.jl")
9393
include("systems/diffeqs/diffeqsystem.jl")
9494
include("systems/diffeqs/first_order_transform.jl")
9595
include("systems/nonlinear/nonlinear_system.jl")
96+
include("systems/pde/pdesystem.jl")
9697

9798
end # module

test/runtests.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ using ModelingToolkit, Test
55
@testset "Simplify Test" begin include("simplify.jl") end
66
@testset "Direct Usage Test" begin include("direct.jl") end
77
@testset "System Construction Test" begin include("system_construction.jl") end
8+
@testset "Domain Test" begin include("domains.jl") end
9+
@testset "Constraints Test" begin include("constraints.jl") end
10+
@testset "PDE Construction Test" begin include("pde.jl") end
811
@testset "Distributed Test" begin include("distributed.jl") end

0 commit comments

Comments
 (0)