mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-29 10:17:39 +02:00
CMake: added labels to tests
This commit is contained in:
@ -12,3 +12,8 @@ add_executable(MsgPackSerializerTests
|
||||
)
|
||||
|
||||
add_test(MsgPackSerializer MsgPackSerializerTests)
|
||||
|
||||
set_tests_properties(MsgPackSerializer
|
||||
PROPERTIES
|
||||
LABELS "Catch"
|
||||
)
|
Reference in New Issue
Block a user