summaryrefslogtreecommitdiff
path: root/test/system/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'test/system/Makefile.in')
-rw-r--r--test/system/Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/system/Makefile.in b/test/system/Makefile.in
index 2496a1849..82a1b6ef4 100644
--- a/test/system/Makefile.in
+++ b/test/system/Makefile.in
@@ -498,6 +498,10 @@ uninstall-am:
# rebuild tests if a library changes
$(TESTS):: $(TEST_DEPS)
+# synonyms for "check"
+.PHONY: regress regress0 regress1 regress2 regress3 test
+regress regress0 regress1 regress2 regress3 test: check
+
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback