From 521f0bf2080793a882cd2d4f2088affb25c0add3 Mon Sep 17 00:00:00 2001 From: "Alberto F. Martin" Date: Wed, 27 Mar 2024 21:26:42 +1100 Subject: [PATCH] adding 2D+1D tests --- test/runtests.jl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index 960f66f..7e5ecee 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -55,5 +55,9 @@ if P4est_wrapper.P4EST_FOUND @show cmd run(cmd) end - + @testset "Example lnodes 2D+1D" begin + cmd = `$mpiexec -n $nprocs $(extra_args) $(julia) --project=$repodir $(joinpath(dir, "example_lnodes_2d+1d.jl"))` + @show cmd + run(cmd) + end end