summaryrefslogtreecommitdiff
path: root/test/unit
diff options
context:
space:
mode:
authorAndres Notzli <andres.noetzli@gmail.com>2016-11-17 18:24:47 -0800
committerAndres Notzli <andres.noetzli@gmail.com>2016-11-17 18:24:47 -0800
commit0b94114e4e2aad0fe029190525949c97b32c80ae (patch)
tree32b71f6ab54c4cdf8ad787a747b7419765c90dc6 /test/unit
parentba7dd534de8f5d9bd746a7ed4c4a7b6ba11628e3 (diff)
Fix Makefiles in test
With the recent changes to the regress tests, some of the Makefiles were not in sync anymore. This commit fixes that.
Diffstat (limited to 'test/unit')
-rw-r--r--test/unit/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/Makefile.am b/test/unit/Makefile.am
index 9d934a6e0..129d086df 100644
--- a/test/unit/Makefile.am
+++ b/test/unit/Makefile.am
@@ -209,8 +209,8 @@ endif
units test: check
# no-ops here
-.PHONY: systemtests regress regress0 regress1 regress2 regress3
-regress regress0 regress1 regress2 regress3:
+.PHONY: systemtests regress regress0 regress1 regress2 regress3 regress4
+regress regress0 regress1 regress2 regress3 regress4:
if HAVE_CXXTESTGEN
# all is fine with the world
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback