2017-11-07 20:42:50 +01:00
|
|
|
# ArduinoJson - arduinojson.org
|
2017-04-10 15:36:59 +02:00
|
|
|
# Copyright Benoit Blanchon 2014-2017
|
|
|
|
# MIT License
|
|
|
|
|
|
|
|
add_executable(JsonVariantTests
|
|
|
|
as.cpp
|
|
|
|
compare.cpp
|
|
|
|
copy.cpp
|
|
|
|
is.cpp
|
2017-11-29 09:49:40 +01:00
|
|
|
or.cpp
|
2017-04-10 15:36:59 +02:00
|
|
|
printTo.cpp
|
|
|
|
set_get.cpp
|
|
|
|
subscript.cpp
|
|
|
|
success.cpp
|
|
|
|
undefined.cpp
|
|
|
|
)
|
|
|
|
|
2017-04-18 18:22:24 +02:00
|
|
|
target_link_libraries(JsonVariantTests catch)
|
2017-04-10 15:36:59 +02:00
|
|
|
add_test(JsonVariant JsonVariantTests)
|