From: Jon Date: Thu, 19 Jun 2025 14:14:04 +0000 (+0100) Subject: test/osd: Add erasure code plugins as a dependancy of ceph_test_rados_io_sequence X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=e880ab8fbc2b1e299ad968a167c90f73a242f5b7;p=ceph.git test/osd: Add erasure code plugins as a dependancy of ceph_test_rados_io_sequence ceph_test_rados_io_sequence uses the plugins for determining erasure code values for testing, so we want these to be built as a dependancy of the application when built in isolation Signed-off-by: Jon Bailey (cherry picked from commit 60ac642690f1994b03d476daf89aebd75babf324) --- diff --git a/src/test/osd/CMakeLists.txt b/src/test/osd/CMakeLists.txt index 3661d91dffea1..a777ee9179aa3 100644 --- a/src/test/osd/CMakeLists.txt +++ b/src/test/osd/CMakeLists.txt @@ -21,6 +21,7 @@ install(TARGETS add_executable(ceph_test_rados_io_sequence ${CMAKE_CURRENT_SOURCE_DIR}/ceph_test_rados_io_sequence/ceph_test_rados_io_sequence.cc) +add_dependencies(ceph_test_rados_io_sequence erasure_code_plugins) target_link_libraries(ceph_test_rados_io_sequence librados global object_io_exerciser json_structures) install(TARGETS