Some more tests over cache cursor operations

This commit is contained in:
Blue 2023-08-13 13:30:17 -03:00
parent d57d27f952
commit 161a850088
Signed by: blue
GPG key ID: 9B203B252A63EE38
4 changed files with 351 additions and 0 deletions

View file

@ -8,6 +8,7 @@ add_executable(runUnitTests
storagetransaction.cpp
cachetransaction.cpp
storagecursor.cpp
cachecursor.cpp
)
target_compile_options(runUnitTests PRIVATE -fPIC)