summaryrefslogtreecommitdiff
path: root/test/regress/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/Makefile.am')
-rw-r--r--test/regress/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/regress/Makefile.am b/test/regress/Makefile.am
index 3867ee860..37f474cfc 100644
--- a/test/regress/Makefile.am
+++ b/test/regress/Makefile.am
@@ -12,13 +12,13 @@ regress3: regress0 regress1 regress2
regress0 regress1 regress2 regress3:
-cd $@ && $(MAKE) check
-# synonyms for "check"
+# synonyms for "checK" in this directory in this directory
.PHONY: regress test
regress test: check
# no-ops here
-.PHONY: units
-units:
+.PHONY: units systemtests
+units systemtests:
EXTRA_DIST = \
run_regression \
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback