From 65eacd5f5dd797f837c992f1e586fde6edcb9938 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Thu, 30 Mar 2023 11:13:37 -0400 Subject: [PATCH] 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 (cherry picked from commit 3c0d61831171c991aa17435f6428fd187333b8b6) --- src/test/CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.39.5