mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-08-01 03:34:45 +02:00
Test: split JsonDocument.cpp
into multiple files
This commit is contained in:
@@ -5,15 +5,18 @@
|
||||
add_executable(JsonDocumentTests
|
||||
add.cpp
|
||||
allocator.cpp
|
||||
assignment.cpp
|
||||
capacity.cpp
|
||||
cast.cpp
|
||||
compare.cpp
|
||||
constructor.cpp
|
||||
containsKey.cpp
|
||||
createNested.cpp
|
||||
JsonDocument.cpp
|
||||
ElementProxy.cpp
|
||||
isNull.cpp
|
||||
issue1120.cpp
|
||||
MemberProxy.cpp
|
||||
memoryUsage.cpp
|
||||
nesting.cpp
|
||||
overflowed.cpp
|
||||
remove.cpp
|
||||
|
Reference in New Issue
Block a user