Added DynamicJsonBuffer::clear()

This commit is contained in:
Benoit Blanchon
2017-06-17 16:48:40 +02:00
parent 789fa507b5
commit 476e5aaa86
6 changed files with 105 additions and 25 deletions

View File

@ -8,10 +8,11 @@
add_executable(DynamicJsonBufferTests
alloc.cpp
createArray.cpp
no_memory.cpp
createObject.cpp
strdup.cpp
no_memory.cpp
size.cpp
startString.cpp
strdup.cpp
)
target_link_libraries(DynamicJsonBufferTests catch)