mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-08-03 20:54:45 +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