summaryrefslogtreecommitdiffstats
path: root/src/test/filestore/CMakeLists.txt
blob: ae29faacf863cda6199947f89737a0c30ff69798 (plain)
1
2
3
4
5
6
#ceph_test_filestore
add_executable(ceph_test_filestore 
  TestFileStore.cc)
target_link_libraries(ceph_test_filestore os global ${UNITTEST_LIBS})