2019-01-29 14:09:09 +01:00
|
|
|
# ArduinoJson - arduinojson.org
|
2019-02-15 13:31:46 +01:00
|
|
|
# Copyright Benoit Blanchon 2014-2019
|
2019-01-29 14:09:09 +01:00
|
|
|
# MIT License
|
|
|
|
|
|
|
|
add_executable(ElementProxyTests
|
|
|
|
add.cpp
|
2019-02-25 11:44:22 +01:00
|
|
|
clear.cpp
|
2019-02-25 13:21:10 +01:00
|
|
|
remove.cpp
|
2019-01-29 14:09:09 +01:00
|
|
|
set.cpp
|
2019-02-25 11:07:01 +01:00
|
|
|
size.cpp
|
2019-01-29 14:09:09 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
target_link_libraries(ElementProxyTests catch)
|
|
|
|
add_test(ElementProxy ElementProxyTests)
|