File tree Expand file tree Collapse file tree 5 files changed +1
-159
lines changed
Expand file tree Collapse file tree 5 files changed +1
-159
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ for f in \
3636 api_service api_service_pp \
3737 api_c_write_operations \
3838 api_c_read_operations \
39- api_cls_remote_reads \
4039 list_parallel \
4140 open_pools_parallel \
4241 delete_pools_parallel
Original file line number Diff line number Diff line change @@ -363,12 +363,4 @@ set_target_properties(cls_fifo PROPERTIES
363363target_link_libraries (cls_fifo ${FMT_LIB} )
364364install (TARGETS cls_fifo DESTINATION ${cls_dir} )
365365
366- # cls_test_remote_reads
367- set (cls_test_remote_reads_srcs test_remote_reads/cls_test_remote_reads.cc)
368- add_library (cls_test_remote_reads SHARED ${cls_test_remote_reads_srcs} )
369- set_target_properties (cls_test_remote_reads PROPERTIES
370- VERSION "1.0.0"
371- SOVERSION "1"
372- INSTALL_RPATH ""
373- CXX_VISIBILITY_PRESET hidden)
374- install (TARGETS cls_test_remote_reads DESTINATION ${cls_dir} )
366+
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -152,12 +152,6 @@ add_executable(ceph_test_rados_api_snapshots_stats_pp
152152target_link_libraries (ceph_test_rados_api_snapshots_stats_pp
153153 librados ${UNITTEST_LIBS} radostest-cxx)
154154
155- add_executable (ceph_test_rados_api_cls_remote_reads
156- cls_remote_reads.cc
157- $<TARGET_OBJECTS:unit-main>)
158- target_link_libraries (ceph_test_rados_api_cls_remote_reads
159- librados global ${UNITTEST_LIBS} radostest-cxx)
160-
161155install (TARGETS
162156 ceph_test_rados_api_aio
163157 ceph_test_rados_api_aio_pp
@@ -183,7 +177,6 @@ install(TARGETS
183177 ceph_test_rados_api_tier_pp
184178 ceph_test_rados_api_watch_notify
185179 ceph_test_rados_api_watch_notify_pp
186- ceph_test_rados_api_cls_remote_reads
187180 DESTINATION ${CMAKE_INSTALL_BINDIR} )
188181
189182# unittest_librados
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments