From dbc214f7e611ed32bd8208955486ba46d2dbc941 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 13 Oct 2005 23:41:07 +0000 Subject: [PATCH] Add documentation mentioning that there are separate regression tests for the PL languages and for contrib. --- doc/src/sgml/regress.sgml | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) 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. + -- 2.40.0