Skip to content

Commit 46efbe9

Browse files
committed
adding interpol test
1 parent 04856ce commit 46efbe9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

julia/MOLE.jl/test/runtests.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ import MOLE: Operators, BCs
1414
@testset "Testing 1D laplacian" begin
1515
include("Operators/laplacian.jl")
1616
end
17+
18+
@testset "Testing interpol" begin
19+
include("Operators/interpol.jl")
20+
end
1721
end
1822

1923
@testset "Testing Boundary Conditions" begin

0 commit comments

Comments
 (0)