some transaction methods for cache, some more tests for transactions

This commit is contained in:
Blue 2023-04-05 02:27:31 +03:00
parent 150a0b0da9
commit f99d5559cd
Signed by: blue
GPG key ID: 9B203B252A63EE38
6 changed files with 571 additions and 15 deletions

View file

@ -6,6 +6,7 @@ add_executable(runUnitTests
basic.cpp
serialization.cpp
storagetransaction.cpp
cachetransaction.cpp
)
target_compile_options(runUnitTests PRIVATE -fPIC)