Add a test for CAS write operation

This commit is contained in:
Vitaliy Filippov
2021-06-15 00:12:35 +03:00
parent 9c45d43e74
commit 3de553ecd7
3 changed files with 150 additions and 0 deletions
+8
View File
@@ -200,6 +200,14 @@ target_link_libraries(osd_peering_pg_test tcmalloc_minimal)
# test_allocator
add_executable(test_allocator test_allocator.cpp allocator.cpp)
# test_cas
add_executable(test_cas
test_cas.cpp
)
target_link_libraries(test_cas
vitastor_client
)
# test_cluster_client
add_executable(test_cluster_client
test_cluster_client.cpp