echo "or run make CHECK_ULIMIT=false -j4 check to override this safeguard." ; \
exit 1 ; \
fi
- $(srcdir)/src/test/run-cli-tests '$(top_builddir)/src/test'
+
+check_SCRIPTS = \
+ src/test/run-cli-tests
# "make distclean" both runs this and recurses into src/gtest, if
# gtest is in DIST_SUBDIRS. Take extra care to not fail when
$(srcdir)/make_version \
$(srcdir)/.git_version \
$(srcdir)/ceph-rbdnamer \
- $(srcdir)/test/encoding/readable.sh \
$(srcdir)/upstart/ceph-all.conf \
$(srcdir)/upstart/ceph-mon.conf \
$(srcdir)/upstart/ceph-mon-all.conf \
$(check_TESTPROGRAMS) \
$(check_SCRIPTS)
-check-local::
- $(top_srcdir)/qa/workunits/erasure-code/encode-decode-non-regression.sh
- $(srcdir)/test/encoding/readable.sh ../ceph-object-corpus
+check_SCRIPTS += \
+ ../qa/workunits/erasure-code/encode-decode-non-regression.sh \
+ test/encoding/readable.sh
if WITH_LTTNG
# TODO: If we're running the parallel test harness (the preferred harness), this should be AM_TESTS_ENVIRONMENT instead.