summaryrefslogtreecommitdiff
path: root/GNUmakefile.in
diff options
context:
space:
mode:
authorNoah Misch <noah@leadboat.com>2020-05-25 16:21:04 -0700
committerNoah Misch <noah@leadboat.com>2020-05-25 16:22:02 -0700
commitc893b99360a6c264aa5ece6e5f6c6fd96bd0b817 (patch)
tree1b1207249f60650d7ac305cc2b3ae0dc75650534 /GNUmakefile.in
parent22fc8d1cfc8ced0722ac0dfe417ce4602a272ebc (diff)
downloadpostgresql-c893b99360a6c264aa5ece6e5f6c6fd96bd0b817.tar.gz
Add a temp-install prerequisite to top-level "check-tests".
The target failed, tested $PATH binaries, or tested a stale temporary installation. Commit c66b438db62748000700c9b90b585e756dd54141 missed this. Back-patch to 9.5 (all supported versions).
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 15fba9fce0..97c0d4e69e 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -63,6 +63,7 @@ distclean maintainer-clean:
@rm -rf autom4te.cache/
rm -f config.cache config.log config.status GNUmakefile
+check-tests: | temp-install
check check-tests installcheck installcheck-parallel installcheck-tests:
$(MAKE) -C src/test/regress $@