]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
cmake: install ceph_test_cls_rgw
authorKefu Chai <kchai@redhat.com>
Wed, 29 Jun 2016 17:53:12 +0000 (01:53 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 29 Jun 2016 17:53:32 +0000 (01:53 +0800)
it is used by cls/test_cls_rgw.sh

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/test/cls_rgw/CMakeLists.txt

index c67e415c7a87f862e5961e6370757aa4a2094280..3352db233cec15f896f5b57ccfeea49f81819682 100644 (file)
@@ -13,5 +13,8 @@ if(${WITH_RADOSGW})
     ${BLKID_LIBRARIES}
     ${CMAKE_DL_LIBS}
     radostest)
+  install(TARGETS
+    ceph_test_cls_rgw
+    DESTINATION ${CMAKE_INSTALL_BINDIR})
 endif(${WITH_RADOSGW})