summaryrefslogtreecommitdiff
path: root/GNUmakefile.in
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2020-05-31 18:33:00 -0400
committerAndrew Dunstan <andrew@dunslane.net>2020-05-31 18:35:52 -0400
commitbb45c5de2750f8aa5ab501aa327ababafed890d2 (patch)
treeee880eb4bc32d53f83d21da89e6dfa9b183b0ad2 /GNUmakefile.in
parentf140d9b6e0aff91e07b7dd80cf0915bb19f02a9c (diff)
downloadpostgresql-bb45c5de2750f8aa5ab501aa327ababafed890d2.tar.gz
Make install-tests target work with vpath builds
Also add a top-level install-tests target. Backpatch to all live branches. Craig Ringer, tweaked by me.
Diffstat (limited to 'GNUmakefile.in')
-rw-r--r--GNUmakefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile.in b/GNUmakefile.in
index 97c0d4e69e..b97d75e6c2 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -70,6 +70,7 @@ check check-tests installcheck installcheck-parallel installcheck-tests:
$(call recurse,check-world,src/test src/pl src/interfaces/ecpg contrib src/bin,check)
$(call recurse,installcheck-world,src/test src/pl src/interfaces/ecpg contrib src/bin,installcheck)
+$(call recurse,install-tests,src/test/regress,install-tests)
GNUmakefile: GNUmakefile.in $(top_builddir)/config.status
./config.status $@