summaryrefslogtreecommitdiff
path: root/test/regress/regress2
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2016-10-21 14:21:05 -0500
committerajreynol <andrew.j.reynolds@gmail.com>2016-10-21 14:21:05 -0500
commite79e64329ce7d6df0003cab28dadb9b8bcc6f9ca (patch)
treea1240907dbbc2385e9b64cfd83cffaf1a9577a34 /test/regress/regress2
parent01d6e3933a3d733d3c1b5486ce1df8389cd6a176 (diff)
Fix/add missing makefiles.
Diffstat (limited to 'test/regress/regress2')
-rw-r--r--test/regress/regress2/Makefile2
-rw-r--r--test/regress/regress2/arith/Makefile2
-rw-r--r--test/regress/regress2/arith/Makefile.am8
3 files changed, 6 insertions, 6 deletions
diff --git a/test/regress/regress2/Makefile b/test/regress/regress2/Makefile
index b720980f1..5a9aa63be 100644
--- a/test/regress/regress2/Makefile
+++ b/test/regress/regress2/Makefile
@@ -1,5 +1,5 @@
topdir = ../../..
-srcdir = test/regress/regress1
+srcdir = test/regress/regress2
include $(topdir)/Makefile.subdir
diff --git a/test/regress/regress2/arith/Makefile b/test/regress/regress2/arith/Makefile
index 481d240e4..f96dc45f2 100644
--- a/test/regress/regress2/arith/Makefile
+++ b/test/regress/regress2/arith/Makefile
@@ -1,5 +1,5 @@
topdir = ../../../..
-srcdir = test/regress/regress1/arith
+srcdir = test/regress/regress2/arith
include $(topdir)/Makefile.subdir
diff --git a/test/regress/regress2/arith/Makefile.am b/test/regress/regress2/arith/Makefile.am
index fff5372c6..82d4588c0 100644
--- a/test/regress/regress2/arith/Makefile.am
+++ b/test/regress/regress2/arith/Makefile.am
@@ -29,9 +29,9 @@ TESTS = \
EXTRA_DIST = $(TESTS)
# synonyms for "check" in this directory
-.PHONY: regress regress1 test
-regress regress1 test: check
+.PHONY: regress regress2 test
+regress regress2 test: check
# do nothing in this subdir
-.PHONY: regress0 regress2 regress3
-regress0 regress2 regress3:
+.PHONY: regress0 regress1 regress3 regress4
+regress0 regress1 regress3 regress4:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback