forked from bblanchon/ArduinoJson
Added support for custom writer classes (closes #1088)
This commit is contained in:
@ -2,10 +2,10 @@
|
||||
# Copyright Benoit Blanchon 2014-2019
|
||||
# MIT License
|
||||
|
||||
add_executable(JsonWriterTests
|
||||
add_executable(TextFormatterTests
|
||||
writeFloat.cpp
|
||||
writeString.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(JsonWriterTests catch)
|
||||
add_test(TextFormatter JsonWriterTests)
|
||||
target_link_libraries(TextFormatterTests catch)
|
||||
add_test(TextFormatter TextFormatterTests)
|
||||
|
Reference in New Issue
Block a user