summaryrefslogtreecommitdiff
path: root/test/unit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/Makefile')
-rw-r--r--test/unit/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/unit/Makefile b/test/unit/Makefile
index 190a41bb0..b8a801378 100644
--- a/test/unit/Makefile
+++ b/test/unit/Makefile
@@ -2,3 +2,7 @@ topdir = ../..
srcdir = test/unit
include $(topdir)/Makefile.subdir
+
+# synonyms for "check"
+.PHONY: regress regress0 regress1 regress2 regress3 test
+regress regress0 regress1 regress2 regress3 test: check
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback