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 58c635b commit 06afef5Copy full SHA for 06afef5
cmake/macros/SundialsAddTest.cmake
@@ -268,10 +268,12 @@ macro(SUNDIALS_ADD_TEST NAME EXECUTABLE)
268
269
endif()
270
271
- # set any labels (must quote SUNDIALS_ADD_TEST_LABELS)
272
- if(SUNDIALS_ADD_TEST_LABELS)
273
- set_tests_properties(${NAME} PROPERTIES LABELS
274
- "${SUNDIALS_ADD_TEST_LABELS}")
+ if(SUNDIALS_TEST_DEVTESTS OR NOT SUNDIALS_ADD_TEST_EXAMPLE_TYPE)
+ # set any labels (must quote SUNDIALS_ADD_TEST_LABELS)
+ if(SUNDIALS_ADD_TEST_LABELS)
+ set_tests_properties(${NAME} PROPERTIES LABELS
275
+ "${SUNDIALS_ADD_TEST_LABELS}")
276
+ endif()
277
278
279
0 commit comments