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
|
2017-04-10 15:36:59 +02:00
|
|
|
# MIT License
|
|
|
|
|
2018-07-04 11:57:30 +02:00
|
|
|
add_executable(NumbersTests
|
2017-04-10 15:36:59 +02:00
|
|
|
parseFloat.cpp
|
2020-09-04 09:23:40 +02:00
|
|
|
parseDouble.cpp
|
2017-04-10 15:36:59 +02:00
|
|
|
parseInteger.cpp
|
2019-03-06 15:31:37 +01:00
|
|
|
parseNumber.cpp
|
2017-04-10 15:36:59 +02:00
|
|
|
)
|
|
|
|
|
2019-12-24 16:41:00 +01:00
|
|
|
|
2018-07-04 11:57:30 +02:00
|
|
|
add_test(Numbers NumbersTests)
|