Skip to content

Commit

Permalink
Disable new 3mf tests if lib3mf wasn't found (#5025)
Browse files Browse the repository at this point in the history
  • Loading branch information
kintel committed Mar 2, 2024
1 parent a27bd43 commit e3e5f8e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tests/CMakeLists.txt
Expand Up @@ -1349,6 +1349,19 @@ if (NOT LIB3MF_FOUND)
throwntogethertest_import_3mf-tests
3mfpngtest_cube10
3mfexport_3mf-export
3mfpngtest_tetracyl-slim
3mfpngtest_tetracyl-touch-edge
3mfpngtest_tetracyl-touch-edge-nonmanifold
3mfpngtest_tetracyl-touch-vertex
3mfpngtest_tetracyl-touch-vertex-nonmanifold
3mfpngtest_polyhedrons-touch-edge-nonmanifold
3mfpngtest_polyhedrons-touch-edge
3mfpngtest_polyhedrons-touch-vertex-nonmanifold
3mfpngtest_polyhedrons-touch-vertex
3mfpngtest_polyhedron-self-touch-edge-nonmanifold
3mfpngtest_polyhedron-self-touch-edge
3mfpngtest_polyhedron-self-touch-vertex-nonmanifold
3mfpngtest_polyhedron-self-touch-vertex
PROPERTIES DISABLED TRUE
)
endif(NOT LIB3MF_FOUND)
Expand Down

0 comments on commit e3e5f8e

Please sign in to comment.