Skip to content

Commit

Permalink
Test if the geometry actually contains surfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Zehvogel committed Nov 28, 2023
1 parent ebf5cfe commit 58ba900
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,9 @@ add_test(NAME LoadODD
WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR}
COMMAND k4run options/geosvc.py)
set_test_env(LoadODD)

add_test(NAME CheckODDObjFile
WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR}
COMMAND test -s MyObjFile.mtl)
set_test_env(CheckODDObjFile)
set_tests_properties(CheckODDObjFile PROPERTIES DEPENDS LoadODD)

0 comments on commit 58ba900

Please sign in to comment.