| 1234567891011121314151617181920 |
- # ArduinoJson - arduinojson.org
- # Copyright Benoit Blanchon 2014-2023
- # MIT License
- add_executable(MiscTests
- empty.cpp
- deprecated.cpp
- FloatParts.cpp
- std_stream.cpp
- std_string.cpp
- StringBuilder.cpp
- StringTraits.cpp
- TypeTraits.cpp
- unsigned_char.cpp
- version.cpp
- vla.cpp
- )
- target_link_libraries(MiscTests catch)
- add_test(Misc MiscTests)
|