]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: include access tests in test_libcephfs
authorYan, Zheng <zyan@redhat.com>
Tue, 12 Jan 2016 13:58:39 +0000 (21:58 +0800)
committerYan, Zheng <zyan@redhat.com>
Tue, 12 Jan 2016 13:59:45 +0000 (21:59 +0800)
Signed-off-by: Yan, Zheng <zyan@redhat.com>
src/test/CMakeLists.txt

index 5b55c755b8ff5a38d0141764c716b2078c6a4186..d32deba9dbd0e387d5d1babb0ba27227d5f3bbad 100644 (file)
@@ -2097,12 +2097,14 @@ if(${WITH_CEPHFS})
     libcephfs/multiclient.cc
     libcephfs/flock.cc
     libcephfs/acl.cc
+    libcephfs/access.cc
     $<TARGET_OBJECTS:heap_profiler_objs>
   )
   set_target_properties(test_libcephfs PROPERTIES COMPILE_FLAGS
     ${UNITTEST_CXX_FLAGS})
   target_link_libraries(test_libcephfs
     cephfs
+    librados
     ${UNITTEST_LIBS}
     ${EXTRALIBS}
     ${ALLOC_LIBS}