Support TLS certificate generation in make-etcd

This commit is contained in:
Vitaliy Filippov
2026-07-05 15:19:03 +03:00
parent aa71a1968f
commit 265e99ccd0
5 changed files with 342 additions and 59 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)