CMake: added labels to tests

This commit is contained in:
Benoit Blanchon
2021-04-25 11:38:19 +02:00
parent 43f0db45ad
commit 7be0c2c650
16 changed files with 77 additions and 1 deletions

View File

@ -29,3 +29,8 @@ add_executable(MixedConfigurationTests
set_target_properties(MixedConfigurationTests PROPERTIES UNITY_BUILD OFF)
add_test(MixedConfiguration MixedConfigurationTests)
set_tests_properties(MixedConfiguration
PROPERTIES
LABELS "Catch"
)