Skip to content

Commit d7ea0a5

Browse files
authored
fix: remove duplicate extra capstone ctest entries (#518)
- test/testing.cmake: remove entries in PUMI_TEST_CAPVOL_EXTRA which were already included in the default test set. Signed-off-by: Aiden Woodruff <[email protected]>
1 parent ae139fc commit d7ea0a5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/testing.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,8 +1005,6 @@ if(PUMI_ENABLE_CAPSTONE)
10051005
./capVol -g 3 ${MDIR}/cube_surf_only.cre capVol_Cube3D.cre
10061006
)
10071007
mpi_test(capVol_Cyl3D 1 ./capVol -g 1 ${MDIR}/cyl_surf_only.cre out.cre)
1008-
mpi_test(capVol_Cube3D 1 ./capVol -g 3 ${MDIR}/cube_surf_only.cre out.cre)
1009-
mpi_test(capVol_BLCyl3D 1 ./capVol -g 4 ${MDIR}/cyl_surf_only.cre out.cre)
10101008
mpi_test(capVol_CylMds 1 ./capVol -m 1 ${MDIR}/cyl_surf_only.cre out.cre)
10111009
mpi_test(capVol_CubeMds 1 ./capVol -m 3 ${MDIR}/cube_surf_only.cre out.cre)
10121010
mpi_test(capVol_BLCylMds 1 ./capVol -m 4 ${MDIR}/cyl_surf_only.cre out.cre)

0 commit comments

Comments
 (0)