This'll give us some coverage from ceph_test_objectstore, albeit
on the memstore backend. Upside is that this takes < 10s.
Signed-off-by: Sage Weil <sage@redhat.com>
test/osd/osd-bench.sh \
test/osd/osd-copy-from.sh \
test/mon/mon-handle-forward.sh \
- test/libradosstriper/rados-striper.sh
+ test/libradosstriper/rados-striper.sh \
+ test/test_objectstore_memstore.sh
if ENABLE_ROOT_MAKE_CHECK
check_SCRIPTS += test/ceph-disk-root.sh
--- /dev/null
+#!/bin/sh -ex
+
+./ceph_test_objectstore --gtest_filter=\*/0
+
+echo OK