summaryrefslogtreecommitdiff
path: root/test/system
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/system
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/system')
-rw-r--r--test/system/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/system/Makefile.am b/test/system/Makefile.am
index 6d278409e..55a6c2b09 100644
--- a/test/system/Makefile.am
+++ b/test/system/Makefile.am
@@ -115,5 +115,5 @@ export VERBOSE = 1
test systemtests: check
# no-ops here
-.PHONY: units regress regress0 regress1 regress2 regress3
-units regress regress0 regress1 regress2 regress3:
+.PHONY: units regress regress0 regress1 regress2 regress3 regress4
+units regress regress0 regress1 regress2 regress3 regress4:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback