From 17fdd7833e5244f160049648f118c365aa308b4a Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Wed, 21 Mar 2007 19:22:52 +0000 Subject: [PATCH] Add documentation about vcregress. --- doc/src/sgml/install-win32.sgml | 38 ++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/install-win32.sgml b/doc/src/sgml/install-win32.sgml index 68ae49b820..a4554ffe2c 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