summaryrefslogtreecommitdiff
path: root/GNUmakefile.in
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2015-04-23 08:59:52 -0400
committerPeter Eisentraut <peter_e@gmx.net>2015-04-23 08:59:52 -0400
commitdcae5faccab64776376d354decda0017c648bb53 (patch)
tree360f7fa5028f97814f09941be7f45f3fc82761c1 /GNUmakefile.in
parent50a16e30ebd76e70fc76abb2c8f0cd1e71deac41 (diff)
downloadpostgresql-dcae5faccab64776376d354decda0017c648bb53.tar.gz
Improve speed of make check-world
Before, make check-world would create a new temporary installation for each test suite, which is slow and wasteful. Instead, we now create one test installation that is used by all test suites that are part of a make run. The management of the temporary installation is removed from pg_regress and handled in the makefiles. This allows for better control, and unifies the code with that of test suites not run through pg_regress. review and msvc support by Michael Paquier <michael.paquier@gmail.com> more review by Fabien Coelho <coelho@cri.ensmp.fr>
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 69e08249c1..361897a80b 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -47,6 +47,7 @@ $(call recurse,distprep,doc src config contrib)
# it's not built by default
$(call recurse,clean,doc contrib src config)
clean:
+ rm -rf tmp_install/
# Garbage from autoconf:
@rm -rf autom4te.cache/