Skip to content

Commit 622d8ac

Browse files
committed
mner: update tests
1 parent da146de commit 622d8ac

File tree

2 files changed

+20
-7
lines changed

2 files changed

+20
-7
lines changed

pumi-meshes

Submodule pumi-meshes updated 52 files

test/testing.cmake

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -203,15 +203,28 @@ mpi_test(create_misSquare 1
203203
mis_test)
204204

205205
set(MDIR ${MESHES}/matchedNodeElementReader)
206+
mpi_test(matchedNodeElementReader_p1 1
207+
./matchedNodeElmReader
208+
"${MDIR}/model.dmg"
209+
"${MDIR}/1part/geom3D.cnndt"
210+
"${MDIR}/1part/geom3D.coord"
211+
"${MDIR}/1part/geom3D.match"
212+
"${MDIR}/1part/geom3D.class"
213+
"${MDIR}/1part/geom3D.fathr"
214+
"NULL"
215+
"${MDIR}/1part/geom3DHead.cnn"
216+
"geom.dmg" "geom.smb")
217+
206218
mpi_test(matchedNodeElementReader_p4 4
207219
./matchedNodeElmReader
208-
"${MDIR}/geom3D.cnndt"
209-
"${MDIR}/geom3D.coord"
210-
"${MDIR}/geom3D.match"
211-
"${MDIR}/geom3D.class"
212-
"${MDIR}/geom3D.fathr"
220+
"${MDIR}/model.dmg"
221+
"${MDIR}/4part/geom3D.cnndt"
222+
"${MDIR}/4part/geom3D.coord"
223+
"${MDIR}/4part/geom3D.match"
224+
"${MDIR}/4part/geom3D.class"
225+
"${MDIR}/4part/geom3D.fathr"
213226
"NULL"
214-
"${MDIR}/geom3DHead.cnn"
227+
"${MDIR}/4part/geom3DHead.cnn"
215228
"geom.dmg" "geom.smb")
216229

217230
set(MDIR ${MESHES}/gmsh)

0 commit comments

Comments
 (0)