]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: 'make check' builds radosgw and its cls dependencies 21568/head
authorCasey Bodley <cbodley@redhat.com>
Tue, 13 Feb 2018 15:32:11 +0000 (10:32 -0500)
committerCasey Bodley <cbodley@redhat.com>
Tue, 1 May 2018 14:57:31 +0000 (10:57 -0400)
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit a029d20b86c7d64626baf14bf0217c142e5e17cf)

src/test/CMakeLists.txt

index f3999e3b0114abfdc56cae6c5501a03e470a8c71..aad733c9a4f5689ab829a9008fe2e47c4b542f58 100644 (file)
@@ -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)