Skip to content

Commit

Permalink
gmsh: compare dmg
Browse files Browse the repository at this point in the history
  • Loading branch information
cwsmith committed Oct 6, 2022
1 parent 7b523eb commit 7e306ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pumi-meshes
3 changes: 3 additions & 0 deletions test/testing.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,9 @@ mpi_test(gmshV4AirFoil 1
"${MDIR}/AirfoilDemo.msh"
"${MDIR}/AirfoilDemo.smb"
"${MDIR}/AirfoilDemo.dmg")
add_test(NAME gmshV4AirFoil_dmgDiff
COMMAND diff -r ${MDIR}/AirfoilDemo.dmg AirfoilDemo_gold.dmg
WORKING_DIRECTORY ${MDIR})

set(MDIR ${MESHES}/ugrid)
mpi_test(naca_ugrid 2
Expand Down

0 comments on commit 7e306ce

Please sign in to comment.