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