forked from bblanchon/ArduinoJson
CMake: added labels to tests
This commit is contained in:
@ -15,3 +15,8 @@ add_executable(JsonSerializerTests
|
||||
)
|
||||
|
||||
add_test(JsonSerializer JsonSerializerTests)
|
||||
|
||||
set_tests_properties(JsonSerializer
|
||||
PROPERTIES
|
||||
LABELS "Catch"
|
||||
)
|
Reference in New Issue
Block a user