Added a CMakeLists.txt into test/filestore.
Signed-off-by: Ali Maredia <amaredia@redhat.com>
add_subdirectory(cls_statelog)
add_subdirectory(cls_version)
add_subdirectory(compressor)
+add_subdirectory(filestore)
# test_timers
add_executable(ceph_test_timers
${UNITTEST_CXX_FLAGS})
target_link_libraries(ceph_perf_msgr_client os global ${UNITTEST_LIBS})
-#ceph_test_filestore
-add_executable(ceph_test_filestore filestore/TestFileStore.cc)
-set_target_properties(ceph_test_filestore PROPERTIES COMPILE_FLAGS
- ${UNITTEST_CXX_FLAGS})
-target_link_libraries(ceph_test_filestore os global ${UNITTEST_LIBS})
-
# ceph_test_xattr_bench
add_executable(ceph_test_xattr_bench
xattr_bench.cc
--- /dev/null
+#ceph_test_filestore
+add_executable(ceph_test_filestore
+ TestFileStore.cc)
+set_target_properties(ceph_test_filestore PROPERTIES COMPILE_FLAGS
+ ${UNITTEST_CXX_FLAGS})
+target_link_libraries(ceph_test_filestore os global ${UNITTEST_LIBS})
+
+