From: Casey Bodley Date: Tue, 13 Feb 2018 15:32:11 +0000 (-0500) Subject: cmake: 'make check' builds radosgw and its cls dependencies X-Git-Tag: v12.2.6~170^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F21568%2Fhead;p=ceph.git cmake: 'make check' builds radosgw and its cls dependencies Signed-off-by: Casey Bodley (cherry picked from commit a029d20b86c7d64626baf14bf0217c142e5e17cf) --- diff --git a/src/test/CMakeLists.txt b/src/test/CMakeLists.txt index f3999e3b0114..aad733c9a4f5 100644 --- a/src/test/CMakeLists.txt +++ b/src/test/CMakeLists.txt @@ -568,7 +568,7 @@ if(WITH_RBD) endif(FREEBSD) endif(WITH_RBD) if(WITH_RADOSGW) - add_dependencies(tests radosgw-admin) + add_dependencies(tests radosgw radosgw-admin) endif(WITH_RADOSGW) if(NOT FREEBSD) add_dependencies(tests ceph-detect-init)