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, 2 insertions, 2 deletions
diff --git a/test/unit/Makefile b/test/unit/Makefile
index b8a801378..94a9d1d9e 100644
--- a/test/unit/Makefile
+++ b/test/unit/Makefile
@@ -4,5 +4,5 @@ srcdir = test/unit
include $(topdir)/Makefile.subdir
# synonyms for "check"
-.PHONY: regress regress0 regress1 regress2 regress3 test
-regress regress0 regress1 regress2 regress3 test: check
+.PHONY: regress test
+regress test: check
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback