a method to get the size of the storage with opened transaction, tests for readAll, and some test for transactions

This commit is contained in:
Blue 2023-04-01 17:45:20 +03:00
parent 17fb37075c
commit a4bb7e6269
Signed by: blue
GPG key ID: 9B203B252A63EE38
6 changed files with 168 additions and 22 deletions

View file

@ -5,6 +5,7 @@ include_directories(${GTEST_INCLUDE_DIR})
add_executable(runUnitTests
basic.cpp
serialization.cpp
storagetransaction.cpp
)
target_compile_options(runUnitTests PRIVATE -fPIC)