⚗️ fix labels

This commit is contained in:
Niels Lohmann 2021-01-26 14:22:38 +01:00
parent 468dc58199
commit b2bc283433
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -172,8 +172,7 @@ foreach(file ${files})
COMMAND ${memcheck_command} ${CMAKE_CURRENT_BINARY_DIR}/${testcase} ${DOCTEST_TEST_FILTER}
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
)
set_tests_properties("${testcase}_valgrind" PROPERTIES LABELS "valgrind")
set_tests_properties("${testcase}_valgrind" PROPERTIES LABELS "all" FIXTURES_REQUIRED TEST_DATA)
set_tests_properties("${testcase}_valgrind" PROPERTIES LABELS "valgrind" FIXTURES_REQUIRED TEST_DATA)
endif()
endforeach()