summaryrefslogtreecommitdiff
path: root/test/regress/regress0/unconstrained
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/regress/regress0/unconstrained
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/regress/regress0/unconstrained')
-rw-r--r--test/regress/regress0/unconstrained/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/regress/regress0/unconstrained/Makefile.am b/test/regress/regress0/unconstrained/Makefile.am
index f79f68c76..b21227253 100644
--- a/test/regress/regress0/unconstrained/Makefile.am
+++ b/test/regress/regress0/unconstrained/Makefile.am
@@ -91,5 +91,5 @@ EXTRA_DIST = $(TESTS)
regress regress0 test: check
# do nothing in this subdir
-.PHONY: regress1 regress2 regress3
-regress1 regress2 regress3:
+.PHONY: regress1 regress2 regress3 regress4
+regress1 regress2 regress3 regress4:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback