From: Magnus Hagander Date: Wed, 21 Mar 2007 19:22:52 +0000 (+0000) Subject: Add documentation about vcregress. X-Git-Tag: REL8_3_BETA1~1006 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=17fdd7833e5244f160049648f118c365aa308b4a;p=thirdparty%2Fpostgresql.git Add documentation about vcregress. --- diff --git a/doc/src/sgml/install-win32.sgml b/doc/src/sgml/install-win32.sgml index 68ae49b8209..a4554ffe2c2 100644 --- a/doc/src/sgml/install-win32.sgml +++ b/doc/src/sgml/install-win32.sgml @@ -1,4 +1,4 @@ - + Installation on <productname>Windows</productname> @@ -248,6 +248,42 @@ + + Running the regression tests + + + To run the regression tests, make sure you have completed the build of all + required parts first. Also, make sure that the DLLs required to load all + parts of the system (such as the perl and python DLLs for the procedural + languages) are present in the system PATH. If they are not, set it through + the buildenv.bat file. To run the tests, run one of + the following commands from the src\tools\msvc + directory: + + + vcregress check + + + vcregress installcheck + + + vcregress plcheck + + + + To change the schedule used (default is the parallel), append it to the + commandline like: + + + vcregress check serial + + + + For more information about the regression tests, see + . + + + Building the documentation