summaryrefslogtreecommitdiff
path: root/GNUmakefile.in
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2011-04-25 22:21:37 +0300
committerPeter Eisentraut <peter_e@gmx.net>2011-04-25 22:27:11 +0300
commitf8ebe3bcc5debfcf2bf588aee138944688b682c0 (patch)
tree4c29225c92eedd16111c1af670cb541113eba794 /GNUmakefile.in
parent625744ac43360ca3f4a6d3eccecb6f4c999a1a63 (diff)
downloadpostgresql-f8ebe3bcc5debfcf2bf588aee138944688b682c0.tar.gz
Support "make check" in contrib
Added a new option --extra-install to pg_regress to arrange installing the respective contrib directory into the temporary installation. This is currently not yet supported for Windows MSVC builds. Updated the .gitignore files for contrib modules to ignore the leftovers of a temp-install check run. Changed the exit status of "make check" in a pgxs build (which still does nothing) to 0 from 1. Added "make check" in contrib to top-level "make check-world".
Diffstat (limited to 'GNUmakefile.in')
-rw-r--r--GNUmakefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/GNUmakefile.in b/GNUmakefile.in
index f3c5fe587e..79b0da42a8 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -60,8 +60,7 @@ check: all
check installcheck installcheck-parallel:
$(MAKE) -C src/test $@
-# TODO: add contrib
-$(call recurse,check-world,src/test src/pl src/interfaces/ecpg,check)
+$(call recurse,check-world,src/test src/pl src/interfaces/ecpg contrib,check)
$(call recurse,installcheck-world,src/test src/pl src/interfaces/ecpg contrib,installcheck)