diff options
author | Noah Misch <noah@leadboat.com> | 2020-05-25 16:21:04 -0700 |
---|---|---|
committer | Noah Misch <noah@leadboat.com> | 2020-05-25 16:21:47 -0700 |
commit | d2d1a53ee99d4bfe95a82f176e6bdf3f07a303ef (patch) | |
tree | 4ebce12c62e4fe42564f62f8f1b1f130cac6b186 | |
parent | 7bf6b3e0075538598a1fb02a11f3080678814ed5 (diff) |
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).
-rw-r--r-- | GNUmakefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile.in b/GNUmakefile.in index 15fba9fce0a..97c0d4e69ea 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 $@ |