Skip to content

Commit d9af7c1

Browse files
committed
test(mesh-filters): use off for slice-mesh outputs
Supported by the wasi binaries.
1 parent 5b470fe commit d9af7c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/mesh-filters/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,19 +169,19 @@ add_test(NAME slice-mesh-suzanne
169169
COMMAND slice-mesh
170170
${CMAKE_CURRENT_SOURCE_DIR}/test/data/baseline/suzanne-repair.off
171171
${CMAKE_CURRENT_SOURCE_DIR}/test/data/input/slice-mesh-plane.json
172-
${CMAKE_CURRENT_BINARY_DIR}/slice-mesh-suzanne.vtk
172+
${CMAKE_CURRENT_BINARY_DIR}/slice-mesh-suzanne.off
173173
)
174174
add_test(NAME slice-mesh-cow
175175
COMMAND slice-mesh
176176
${CMAKE_CURRENT_SOURCE_DIR}/test/data/baseline/cow-repair.off
177177
${CMAKE_CURRENT_SOURCE_DIR}/test/data/input/slice-mesh-plane.json
178-
${CMAKE_CURRENT_BINARY_DIR}/slice-mesh-cow.vtk
178+
${CMAKE_CURRENT_BINARY_DIR}/slice-mesh-cow.off
179179
)
180180
add_test(NAME slice-mesh-brain
181181
COMMAND slice-mesh
182182
${CMAKE_CURRENT_SOURCE_DIR}/test/data/baseline/brain-repair.off
183183
${CMAKE_CURRENT_SOURCE_DIR}/test/data/input/slice-mesh-plane.json
184-
${CMAKE_CURRENT_BINARY_DIR}/slice-mesh-brain.vtk
184+
${CMAKE_CURRENT_BINARY_DIR}/slice-mesh-brain.off
185185
)
186186

187187
add_test(NAME keep-largest-component-help

0 commit comments

Comments
 (0)