This was used for API backwards compatibility testing, but now that
the C++ API will not remain stable, it serves no purpose.
Fixes: http://tracker.ceph.com/issues/39072
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
+++ /dev/null
-#!/bin/sh -e
-
-ceph_test_librbd_api
-exit 0
radostest)
target_compile_definitions(ceph_test_librbd PRIVATE "TEST_LIBRBD_INTERNALS")
-add_executable(ceph_test_librbd_api
- test_support.cc
- test_librbd.cc
- test_main.cc
- $<TARGET_OBJECTS:common_texttable_obj>)
-target_link_libraries(ceph_test_librbd_api
- ceph-common
- radostest
- radostest-cxx
- librbd
- librados
- ${UNITTEST_LIBS})
-
add_executable(ceph_test_librbd_fsx
fsx.cc
$<TARGET_OBJECTS:common_texttable_obj>
install(TARGETS
ceph_test_librbd
- ceph_test_librbd_api
DESTINATION ${CMAKE_INSTALL_BINDIR})