Added a CMakeLists.txt into test/cls_numops.
Signed-off-by: Ali Maredia <amaredia@redhat.com>
add_subdirectory(cls_hello)
add_subdirectory(cls_lock)
add_subdirectory(cls_log)
+add_subdirectory(cls_numops)
# test_timers
add_executable(ceph_test_timers
radostest
)
-add_executable(ceph_test_cls_numops cls_numops/test_cls_numops.cc)
-set_target_properties(ceph_test_cls_numops PROPERTIES COMPILE_FLAGS
- ${UNITTEST_CXX_FLAGS})
-target_link_libraries(ceph_test_cls_numops
- librados
- global
- cls_numops_client
- ${EXTRALIBS}
- ${BLKID_LIBRARIES}
- ${CMAKE_DL_LIBS}
- radostest
- ${UNITTEST_LIBS}
- )
-
if(${WITH_RADOSGW})
add_executable(ceph_test_cls_rgw
cls_rgw/test_cls_rgw.cc
--- /dev/null
+# ceph_test_cls_numops
+add_executable(ceph_test_cls_numops
+ test_cls_numops.cc)
+set_target_properties(ceph_test_cls_numops PROPERTIES COMPILE_FLAGS
+ ${UNITTEST_CXX_FLAGS})
+target_link_libraries(ceph_test_cls_numops
+ librados
+ global
+ cls_numops_client
+ ${EXTRALIBS}
+ ${BLKID_LIBRARIES}
+ ${CMAKE_DL_LIBS}
+ radostest
+ ${UNITTEST_LIBS}
+ )
+