Skip to content

Commit 60ac642

Browse files
committed
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 <[email protected]>
1 parent 0c95e42 commit 60ac642

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/osd/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ install(TARGETS
2121

2222
add_executable(ceph_test_rados_io_sequence
2323
${CMAKE_CURRENT_SOURCE_DIR}/ceph_test_rados_io_sequence/ceph_test_rados_io_sequence.cc)
24+
add_dependencies(ceph_test_rados_io_sequence erasure_code_plugins)
2425
target_link_libraries(ceph_test_rados_io_sequence
2526
librados global object_io_exerciser json_structures)
2627
install(TARGETS

0 commit comments

Comments
 (0)