2017-11-07 20:42:50 +01:00
|
|
|
# ArduinoJson - arduinojson.org
|
2018-01-05 09:20:01 +01:00
|
|
|
# Copyright Benoit Blanchon 2014-2018
|
2017-04-10 15:36:59 +02:00
|
|
|
# MIT License
|
|
|
|
|
2018-03-01 09:24:58 +01:00
|
|
|
add_executable(JsonVariantTests
|
2017-04-10 15:36:59 +02:00
|
|
|
as.cpp
|
|
|
|
compare.cpp
|
2018-09-11 16:05:56 +02:00
|
|
|
copy.cpp
|
2018-11-12 18:28:34 +01:00
|
|
|
get.cpp
|
2017-04-10 15:36:59 +02:00
|
|
|
is.cpp
|
2018-07-02 09:35:21 +02:00
|
|
|
isnull.cpp
|
2019-01-16 09:50:57 +01:00
|
|
|
memoryUsage.cpp
|
2018-10-01 12:55:40 +02:00
|
|
|
misc.cpp
|
2017-11-29 09:49:40 +01:00
|
|
|
or.cpp
|
2018-11-12 18:28:34 +01:00
|
|
|
set.cpp
|
2017-04-10 15:36:59 +02:00
|
|
|
subscript.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)
|