Add a basic mocked blockstore test

This commit is contained in:
Vitaliy Filippov
2025-12-02 01:52:12 +03:00
parent b599334c4a
commit ec5e93307d
2 changed files with 102 additions and 110 deletions
+6 -3
View File
@@ -64,8 +64,11 @@ target_link_libraries(test_crc32
vitastor_blk
)
## test_blockstore, test_shit
#add_executable(test_blockstore test_blockstore.cpp)
#target_link_libraries(test_blockstore blockstore)
# test_blockstore
add_executable(test_blockstore test_blockstore.cpp)
target_link_libraries(test_blockstore vitastor_blk)
add_test(NAME test_blockstore COMMAND test_blockstore)
## test_shit
#add_executable(test_shit test_shit.cpp osd_peering_pg.cpp)
#target_link_libraries(test_shit ${LIBURING_LIBRARIES} m)