These are for developers like me, who want to
quickly build just the bits they need for
interactive vstart stuff, and don't wait for wait
for a full make.
Signed-off-by: John Spray <john.spray@redhat.com>
curl expat global fcgi resolv ${TCMALLOC_LIBS})
install(TARGETS radosgw-object-expirer DESTINATION bin)
endif(${WITH_RADOSGW})
+
+# Everything you need to spin up a cluster with vstart.sh
+add_custom_target(vstart DEPENDS
+ ceph-osd
+ ceph-mon
+ ceph-mds
+ ceph-authtool
+ ceph-conf
+ monmaptool
+ crushtool)
+
+# Everything you need to run CephFS tests
+add_custom_target(cephfs_testing DEPENDS
+ vstart
+ rados
+ ceph-fuse
+ ceph-dencoder
+ cephfs-journal-tool
+ cephfs-data-scan
+ cephfs-table-tool)
+