Skip to content

Commit

Permalink
adding 2D+1D tests
Browse files Browse the repository at this point in the history
  • Loading branch information
amartinhuertas committed Mar 27, 2024
1 parent 9c118f6 commit 521f0bf
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 @@ -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

0 comments on commit 521f0bf

Please sign in to comment.