From addde899b1138b52fe28b8a2190be0c18e84ae79 Mon Sep 17 00:00:00 2001 From: Radoslaw Zarzynski Date: Tue, 16 Jun 2026 16:02:22 +0000 Subject: [PATCH] tests/neorados: fix ceph_test_neorados_completions being not installed Fixes: https://tracker.ceph.com/issues/77417 Signed-off-by: Radoslaw Zarzynski (cherry picked from commit c183e27deac5ede7c1614f453b0ab0d03fa415f8) --- src/test/neorados/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.47.3