From: Tom Lane Date: Thu, 13 Oct 2005 23:41:07 +0000 (+0000) Subject: Add documentation mentioning that there are separate regression tests X-Git-Tag: REL8_1_0BETA4~54 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dbc214f7e611ed32bd8208955486ba46d2dbc941;p=postgresql Add documentation mentioning that there are separate regression tests for the PL languages and for contrib. --- diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml index d8fafdeabc..742382af74 100644 --- a/doc/src/sgml/regress.sgml +++ b/doc/src/sgml/regress.sgml @@ -1,4 +1,4 @@ - + Regression Tests @@ -138,6 +138,28 @@ gmake installcheck-parallel default port number, unless directed otherwise by PGHOST and PGPORT environment variables. + + + The source distribution also contains regression tests for the optional + procedural languages and for some of the contrib modules. + At present, these tests can be used only against an already-installed + server. To run the tests for all procedural languages that have been + built and installed, change to the src/pl directory of the + build tree and type + +gmake installcheck + + You can also do this in any of the subdirectories of src/pl + to run tests for just one procedural language. To run the tests for all + contrib modules that have them, change to the + contrib directory of the build tree and type + +gmake installcheck + + The contrib modules must have been built and installed first. + You can also do this in a subdirectory of contrib to run + the tests for just one module. +