summaryrefslogtreecommitdiffstats
path: root/tests/Makemodule.am
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makemodule.am')
-rw-r--r--tests/Makemodule.am11
1 files changed, 8 insertions, 3 deletions
diff --git a/tests/Makemodule.am b/tests/Makemodule.am
index a5e26bfb1..00da7d35d 100644
--- a/tests/Makemodule.am
+++ b/tests/Makemodule.am
@@ -4,12 +4,17 @@ include tests/helpers/Makemodule.am
EXTRA_DIST += \
tests/expected \
tests/functions.sh \
+ tests/commands.sh \
tests/run.sh \
- tests/run-nonroot.sh \
tests/ts
clean-local-tests:
- rm -rf output diff
+ rm -rf $(top_builddir)/tests/output $(top_builddir)/tests/diff
-TESTS += tests/run-nonroot.sh
CLEAN_LOCALS += clean-local-tests
+
+
+check-local-tests: $(check_PROGRAMS)
+ $(top_srcdir)/tests/run.sh --srcdir=$(abs_top_srcdir) --builddir=$(abs_top_builddir) --nonroot
+
+CHECK_LOCALS += check-local-tests