2017-11-07 20:42:50 +01:00
|
|
|
# ArduinoJson - arduinojson.org
|
2019-02-15 13:31:46 +01:00
|
|
|
# Copyright Benoit Blanchon 2014-2019
|
2017-04-10 15:36:59 +02:00
|
|
|
# MIT License
|
|
|
|
|
2018-03-01 09:24:58 +01:00
|
|
|
add_executable(JsonVariantTests
|
2019-01-29 14:09:09 +01:00
|
|
|
add.cpp
|
2017-04-10 15:36:59 +02:00
|
|
|
as.cpp
|
2019-02-25 11:44:22 +01:00
|
|
|
clear.cpp
|
2017-04-10 15:36:59 +02:00
|
|
|
compare.cpp
|
2018-09-11 16:05:56 +02:00
|
|
|
copy.cpp
|
2019-01-29 14:09:09 +01:00
|
|
|
createNested.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
|
2019-01-29 14:09:09 +01:00
|
|
|
nesting.cpp
|
2017-11-29 09:49:40 +01:00
|
|
|
or.cpp
|
2019-02-25 13:21:10 +01:00
|
|
|
remove.cpp
|
2018-11-12 18:28:34 +01:00
|
|
|
set.cpp
|
2017-04-10 15:36:59 +02:00
|
|
|
subscript.cpp
|
2019-01-29 14:09:09 +01:00
|
|
|
types.cpp
|
2017-04-10 15:36:59 +02:00
|
|
|
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)
|