2019-01-29 14:09:09 +01:00
|
|
|
# ArduinoJson - arduinojson.org
|
2020-01-09 15:48:38 +01:00
|
|
|
# Copyright Benoit Blanchon 2014-2020
|
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-07-19 10:27:03 +02:00
|
|
|
compare.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)
|