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:
parent
17fb37075c
commit
a4bb7e6269
6 changed files with 168 additions and 22 deletions
|
@ -5,6 +5,7 @@ include_directories(${GTEST_INCLUDE_DIR})
|
|||
add_executable(runUnitTests
|
||||
basic.cpp
|
||||
serialization.cpp
|
||||
storagetransaction.cpp
|
||||
)
|
||||
|
||||
target_compile_options(runUnitTests PRIVATE -fPIC)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue