mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-08-03 04:34:45 +02:00
CMake: added labels to tests
This commit is contained in:
@@ -11,3 +11,8 @@ add_executable(NumbersTests
|
||||
|
||||
|
||||
add_test(Numbers NumbersTests)
|
||||
|
||||
set_tests_properties(Numbers
|
||||
PROPERTIES
|
||||
LABELS "Catch"
|
||||
)
|
Reference in New Issue
Block a user