Skip to content

Commit dbc214f

Browse files
committed
Add documentation mentioning that there are separate regression tests
for the PL languages and for contrib.
1 parent 4127347 commit dbc214f

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

doc/src/sgml/regress.sgml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/regress.sgml,v 1.47 2005/07/24 17:07:18 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/regress.sgml,v 1.48 2005/10/13 23:41:07 tgl Exp $ -->
22

33
<chapter id="regress">
44
<title id="regress-title">Regression Tests</title>
@@ -138,6 +138,28 @@ gmake installcheck-parallel
138138
default port number, unless directed otherwise by <envar>PGHOST</envar> and
139139
<envar>PGPORT</envar> environment variables.
140140
</para>
141+
142+
<para>
143+
The source distribution also contains regression tests for the optional
144+
procedural languages and for some of the <filename>contrib</> modules.
145+
At present, these tests can be used only against an already-installed
146+
server. To run the tests for all procedural languages that have been
147+
built and installed, change to the <filename>src/pl</> directory of the
148+
build tree and type
149+
<screen>
150+
gmake installcheck
151+
</screen>
152+
You can also do this in any of the subdirectories of <filename>src/pl</>
153+
to run tests for just one procedural language. To run the tests for all
154+
<filename>contrib</> modules that have them, change to the
155+
<filename>contrib</> directory of the build tree and type
156+
<screen>
157+
gmake installcheck
158+
</screen>
159+
The <filename>contrib</> modules must have been built and installed first.
160+
You can also do this in a subdirectory of <filename>contrib</> to run
161+
the tests for just one module.
162+
</para>
141163
</sect1>
142164

143165
<sect1 id="regress-evaluation">

0 commit comments

Comments
 (0)