mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 00:38:27 +01:00
CMake: added labels to tests
This commit is contained in:
@@ -11,3 +11,8 @@ add_executable(MemoryPoolTests
|
||||
)
|
||||
|
||||
add_test(MemoryPool MemoryPoolTests)
|
||||
|
||||
set_tests_properties(MemoryPool
|
||||
PROPERTIES
|
||||
LABELS "Catch"
|
||||
)
|
||||
Reference in New Issue
Block a user