Skip to content

Commit

Permalink
Renaming. Adding lnodes tests to runtests.
Browse files Browse the repository at this point in the history
  • Loading branch information
amartinhuertas committed Mar 27, 2024
1 parent edd44c9 commit cbd21fe
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
File renamed without changes.
11 changes: 11 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,15 @@ if P4est_wrapper.P4EST_FOUND
@show cmd
run(cmd)
end
@testset "Example lnodes 2D" begin
cmd = `$mpiexec -n $nprocs $(extra_args) $(julia) --project=$repodir $(joinpath(dir, "example_lnodes.jl"))`
@show cmd
run(cmd)
end
@testset "Example lnodes 3D" begin
cmd = `$mpiexec -n $nprocs $(extra_args) $(julia) --project=$repodir $(joinpath(dir, "example_lnodes_3d.jl"))`
@show cmd
run(cmd)
end

end

0 comments on commit cbd21fe

Please sign in to comment.