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 a86b153 commit 3188b5cCopy full SHA for 3188b5c
CMakeLists.txt
@@ -39,7 +39,7 @@ function(add_example_or_test TARGET_NAME ...)
39
else()
40
target_compile_options("${TARGET_NAME}" PUBLIC -fno-exceptions)
41
endif()
42
- if(NOT ${TARGET_NAME} STREQUAL "main")
+ if(NOT ${TARGET_NAME} MATCHES "^(main|test_updates)$")
43
add_test(
44
NAME ${TARGET_NAME}
45
COMMAND ${TARGET_NAME}
0 commit comments