From: Casey Bodley Date: Thu, 30 Mar 2023 15:13:37 +0000 (-0400) Subject: test/rgw: ceph_test_librgw_file target also builds associated tests X-Git-Tag: v19.0.0~1467^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=3c0d61831171c991aa17435f6428fd187333b8b6;p=ceph-ci.git test/rgw: ceph_test_librgw_file target also builds associated tests this just makes it easier to build all of the tests needed by the test_librgw_file.sh workunit Signed-off-by: Casey Bodley --- diff --git a/src/test/CMakeLists.txt b/src/test/CMakeLists.txt index eca4338af63..31169b65067 100644 --- a/src/test/CMakeLists.txt +++ b/src/test/CMakeLists.txt @@ -284,6 +284,13 @@ target_link_libraries(ceph_test_librgw_file ) install(TARGETS ceph_test_librgw_file DESTINATION ${CMAKE_INSTALL_BINDIR}) +add_dependencies(ceph_test_librgw_file + ceph_test_librgw_file_cd + ceph_test_librgw_file_gp + ceph_test_librgw_file_nfsns + ceph_test_librgw_file_aw + ceph_test_librgw_file_marker) + # ceph_test_librgw_file_cd (just the rgw_file create-delete bucket ops) add_executable(ceph_test_librgw_file_cd librgw_file_cd.cc