From: Radoslaw Zarzynski Date: Tue, 16 Jun 2026 16:02:22 +0000 (+0000) Subject: tests/neorados: fix ceph_test_neorados_completions being not installed X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c183e27deac5ede7c1614f453b0ab0d03fa415f8;p=ceph.git tests/neorados: fix ceph_test_neorados_completions being not installed Fixes: https://tracker.ceph.com/issues/77417 Signed-off-by: Radoslaw Zarzynski --- diff --git a/src/test/neorados/CMakeLists.txt b/src/test/neorados/CMakeLists.txt index e10672e3a57..3f623bbd64e 100644 --- a/src/test/neorados/CMakeLists.txt +++ b/src/test/neorados/CMakeLists.txt @@ -21,6 +21,9 @@ target_link_libraries(neoradostest-support add_executable(ceph_test_neorados_completions completions.cc) target_link_libraries(ceph_test_neorados_completions libneorados neoradostest-support GTest::Main) +install(TARGETS + ceph_test_neorados_completions + DESTINATION ${CMAKE_INSTALL_BINDIR}) add_executable(ceph_test_neorados_list_pool list_pool.cc) target_link_libraries(ceph_test_neorados_list_pool