]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
tests/neorados: fix ceph_test_neorados_completions being not installed 69742/head
authorRadoslaw Zarzynski <rzarzyns@redhat.com>
Tue, 16 Jun 2026 16:02:22 +0000 (16:02 +0000)
committerCasey Bodley <cbodley@redhat.com>
Thu, 2 Jul 2026 14:38:30 +0000 (10:38 -0400)
Fixes: https://tracker.ceph.com/issues/77417
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
(cherry picked from commit c183e27deac5ede7c1614f453b0ab0d03fa415f8)

src/test/neorados/CMakeLists.txt

index e10672e3a572323e2f7bf4a6c819e1c69a7289da..3f623bbd64eef0cc4330804722531e13e5104dac 100644 (file)
@@ -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