Rename MemoryPool to ResourceManager

This commit is contained in:
Benoit Blanchon
2023-06-17 16:10:56 +02:00
parent 2a663db3c7
commit 4871380060
36 changed files with 473 additions and 453 deletions

View File

@ -0,0 +1,18 @@
# ArduinoJson - https://arduinojson.org
# Copyright © 2014-2023, Benoit BLANCHON
# MIT License
add_executable(ResourceManagerTests
allocVariant.cpp
clear.cpp
saveString.cpp
size.cpp
StringBuilder.cpp
)
add_test(ResourceManager ResourceManagerTests)
set_tests_properties(ResourceManager
PROPERTIES
LABELS "Catch"
)