We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e404022 commit 84fb315Copy full SHA for 84fb315
src/Filtering/LabelMap/ConvertImageWithLabelsToShapeLabelMap/CMakeLists.txt
@@ -23,3 +23,5 @@ install(FILES Code.cxx CMakeLists.txt
23
enable_testing()
24
add_test(NAME ConvertImageWithLabelsToShapeLabelMapTest
25
COMMAND ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/${PROJECT_NAME})
26
+set_tests_properties(ConvertImageWithLabelsToShapeLabelMapTest
27
+ PROPERTIES PASS_REGULAR_EXPRESSION "There are 2 objects.")
0 commit comments