]> granicus.if.org Git - postgresql/commit
Support "make check" in contrib
authorPeter Eisentraut <peter_e@gmx.net>
Mon, 25 Apr 2011 19:21:37 +0000 (22:21 +0300)
committerPeter Eisentraut <peter_e@gmx.net>
Mon, 25 Apr 2011 19:27:11 +0000 (22:27 +0300)
commitf8ebe3bcc5debfcf2bf588aee138944688b682c0
tree4c29225c92eedd16111c1af670cb541113eba794
parent625744ac43360ca3f4a6d3eccecb6f4c999a1a63
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".
24 files changed:
GNUmakefile.in
contrib/btree_gin/.gitignore
contrib/btree_gist/.gitignore
contrib/citext/.gitignore
contrib/cube/.gitignore
contrib/dblink/.gitignore
contrib/dict_int/.gitignore
contrib/dict_xsyn/.gitignore
contrib/earthdistance/.gitignore
contrib/earthdistance/Makefile
contrib/file_fdw/.gitignore
contrib/hstore/.gitignore
contrib/intarray/.gitignore
contrib/ltree/.gitignore
contrib/pg_trgm/.gitignore
contrib/pgcrypto/.gitignore
contrib/seg/.gitignore
contrib/tablefunc/.gitignore
contrib/test_parser/.gitignore
contrib/tsearch2/.gitignore
contrib/unaccent/.gitignore
contrib/xml2/.gitignore
src/makefiles/pgxs.mk
src/test/regress/pg_regress.c