👷 choosing correct image

This commit is contained in:
Niels Lohmann 2018-06-24 17:40:16 +02:00
parent 1bbc4a0859
commit 09c0df4a21
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69
2 changed files with 12 additions and 15 deletions

View file

@ -116,7 +116,7 @@ foreach(file ${files})
set_tests_properties("${testcase}_default" PROPERTIES LABELS "default")
add_test(NAME "${testcase}_all"
COMMAND ${testcase} ${CATCH_TEST_FILTER} "\\*"
COMMAND ${testcase} ${CATCH_TEST_FILTER} "*"
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
)
set_tests_properties("${testcase}_all" PROPERTIES LABELS "all")