mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 00:38:27 +01:00
CMake: added labels to tests
This commit is contained in:
@@ -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"
|
||||
)
|
||||
Reference in New Issue
Block a user