Added a CMakeLists.txt into test/cls_version.
Signed-off-by: Ali Maredia <amaredia@redhat.com>
add_subdirectory(cls_replica_log)
add_subdirectory(cls_rgw)
add_subdirectory(cls_statelog)
+add_subdirectory(cls_version)
# test_timers
add_executable(ceph_test_timers
keyutils
)
-add_executable(ceph_test_cls_version
- cls_version/test_cls_version.cc
- )
-set_target_properties(ceph_test_cls_version PROPERTIES COMPILE_FLAGS
- ${UNITTEST_CXX_FLAGS})
-target_link_libraries(ceph_test_cls_version
- librados
- cls_version_client
- global
- ${UNITTEST_LIBS}
- ${BLKID_LIBRARIES}
- ${CMAKE_DL_LIBS}
- ${CRYPTO_LIBS}
- ${EXTRALIBS}
- radostest
- )
-
# ceph_test_async_driver
add_executable(ceph_test_async_driver
msgr/test_async_driver.cc
--- /dev/null
+# ceph_test_cls_version
+add_executable(ceph_test_cls_version
+ test_cls_version.cc
+ )
+set_target_properties(ceph_test_cls_version PROPERTIES COMPILE_FLAGS
+ ${UNITTEST_CXX_FLAGS})
+target_link_libraries(ceph_test_cls_version
+ librados
+ cls_version_client
+ global
+ ${UNITTEST_LIBS}
+ ${BLKID_LIBRARIES}
+ ${CMAKE_DL_LIBS}
+ ${CRYPTO_LIBS}
+ ${EXTRALIBS}
+ radostest
+ )
+