Skip to content

Commit 3188b5c

Browse files
committed
Do not make test_updates a ctest test, it requires some input data
1 parent a86b153 commit 3188b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function(add_example_or_test TARGET_NAME ...)
3939
else()
4040
target_compile_options("${TARGET_NAME}" PUBLIC -fno-exceptions)
4141
endif()
42-
if(NOT ${TARGET_NAME} STREQUAL "main")
42+
if(NOT ${TARGET_NAME} MATCHES "^(main|test_updates)$")
4343
add_test(
4444
NAME ${TARGET_NAME}
4545
COMMAND ${TARGET_NAME}

0 commit comments

Comments
 (0)