2021-03-29 17:14:01 +02:00
|
|
|
# ArduinoJson - https://arduinojson.org
|
2021-01-25 09:14:15 +01:00
|
|
|
# Copyright Benoit Blanchon 2014-2021
|
2018-04-10 17:43:27 +02:00
|
|
|
# MIT License
|
|
|
|
|
2018-05-29 08:31:17 +02:00
|
|
|
add_executable(MsgPackDeserializerTests
|
2018-04-10 17:43:27 +02:00
|
|
|
deserializeArray.cpp
|
|
|
|
deserializeObject.cpp
|
|
|
|
deserializeStaticVariant.cpp
|
2018-05-14 17:12:59 +02:00
|
|
|
deserializeVariant.cpp
|
2018-04-10 17:43:27 +02:00
|
|
|
doubleToFloat.cpp
|
2020-10-13 09:40:39 +02:00
|
|
|
filter.cpp
|
2018-05-14 17:12:59 +02:00
|
|
|
incompleteInput.cpp
|
2018-08-22 14:37:17 +02:00
|
|
|
input_types.cpp
|
2020-09-13 10:27:29 +02:00
|
|
|
misc.cpp
|
2018-05-14 17:12:59 +02:00
|
|
|
nestingLimit.cpp
|
|
|
|
notSupported.cpp
|
2018-04-10 17:43:27 +02:00
|
|
|
)
|
|
|
|
|
2018-05-29 08:31:17 +02:00
|
|
|
add_test(MsgPackDeserializer MsgPackDeserializerTests)
|