Add crc32c test utility

This commit is contained in:
Vitaliy Filippov
2022-11-20 00:50:13 +03:00
parent a276a1f737
commit 5953942042
2 changed files with 36 additions and 0 deletions
+8
View File
@@ -263,6 +263,14 @@ target_link_libraries(test_cas
vitastor_client
)
# test_crc32
add_executable(test_crc32
test_crc32.cpp
)
target_link_libraries(test_crc32
vitastor_blk
)
# test_cluster_client
add_executable(test_cluster_client
test_cluster_client.cpp