WIP Support TLS certificate generation in make-etcd

This commit is contained in:
Vitaliy Filippov
2026-05-19 17:20:30 +03:00
parent bc24936969
commit c6af10a444
6 changed files with 770 additions and 57 deletions
-3
View File
@@ -62,9 +62,6 @@ target_link_libraries(test_cas
add_executable(test_crc32
test_crc32.cpp
)
target_link_libraries(test_crc32
vitastor_blk ${ISAL_LIBRARIES}
)
# test_blockstore
add_executable(test_blockstore EXCLUDE_FROM_ALL test_blockstore.cpp ringloop_mock.cpp)