]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
tests/neorados: fix ceph_test_neorados_completions being not installed 69526/head
authorRadoslaw Zarzynski <rzarzyns@redhat.com>
Tue, 16 Jun 2026 16:02:22 +0000 (16:02 +0000)
committerRadoslaw Zarzynski <rzarzyns@redhat.com>
Tue, 16 Jun 2026 16:02:25 +0000 (16:02 +0000)
Fixes: https://tracker.ceph.com/issues/77417
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
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