diff options
author | Kefu Chai <kchai@redhat.com> | 2016-06-08 20:49:14 +0200 |
---|---|---|
committer | Kefu Chai <kchai@redhat.com> | 2016-06-09 08:10:18 +0200 |
commit | 8a761f9d53b0ed6d02a4edb78352a5843738e32a (patch) | |
tree | 11232b5676edeace01f9b777c9ab3f79a38ad4a4 /src/test/cls_lock | |
parent | cmake: fix the unmatching endif() (diff) | |
download | ceph-8a761f9d53b0ed6d02a4edb78352a5843738e32a.tar.xz ceph-8a761f9d53b0ed6d02a4edb78352a5843738e32a.zip |
cmake: install some of ceph_test_* and more tests
they are used by qa units and some other ceph-qa-suite tasks.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to 'src/test/cls_lock')
-rw-r--r-- | src/test/cls_lock/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/test/cls_lock/CMakeLists.txt b/src/test/cls_lock/CMakeLists.txt index ef2b6458e28..75e3ead6067 100644 --- a/src/test/cls_lock/CMakeLists.txt +++ b/src/test/cls_lock/CMakeLists.txt @@ -14,4 +14,6 @@ target_link_libraries(ceph_test_cls_lock ${EXTRALIBS} radostest ) - +install(TARGETS + ceph_test_cls_lock + DESTINATION ${CMAKE_INSTALL_BINDIR}) |