added object_cache and test

This commit is contained in:
2026-02-22 22:36:42 +01:00
parent a2c5bca709
commit e45c38b229
9 changed files with 668 additions and 9 deletions
+1
View File
@@ -20,6 +20,7 @@ add_executable(CoreTests
utils/ThreadPoolTest.cpp
utils/VersionTest.cpp
utils/IsDatabasePrimitiveTest.cpp
object/ObjectCacheTest.cpp
)
target_link_libraries(CoreTests matador-core Catch2::Catch2WithMain)