Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit 0f63558

Browse files
author
AndiMD
committed
Add new test to runtests
1 parent 0d3d564 commit 0f63558

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
@@ -12,6 +12,7 @@ if GROUP == "All" || GROUP == "Interface"
1212
@time @safetestset "Poisson example" begin include("../examples/poisson.jl") end
1313
@time @safetestset "Heat equation example" begin include("../examples/heat_equation.jl") end
1414
@time @safetestset "Robin Boundary Condition Operators" begin include("robin.jl") end
15+
@time @safetestset "Robin Boundary Condition Operators, Complex" begin include("robin_complex.jl") end
1516
@time @safetestset "JacVec Operators Interface" begin include("jacvec_operators.jl") end
1617
@time @safetestset "Composite Operators Interface" begin include("composite_operators_interface.jl") end
1718
@time @safetestset "BC and Coefficient Compositions" begin include("bc_coeff_compositions.jl") end

0 commit comments

Comments
 (0)