Implement buffered disk_mock_t mode, extract ringloop_mock.cpp

This commit is contained in:
Vitaliy Filippov
2025-12-02 01:52:12 +03:00
parent b0b495a991
commit 7f4c541a6f
6 changed files with 450 additions and 278 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ target_link_libraries(test_crc32
)
# test_blockstore
add_executable(test_blockstore test_blockstore.cpp)
add_executable(test_blockstore test_blockstore.cpp ringloop_mock.cpp)
target_link_libraries(test_blockstore vitastor_blk)
add_test(NAME test_blockstore COMMAND test_blockstore)