diff options
author | Peter Eisentraut | 2017-03-29 01:12:30 +0000 |
---|---|---|
committer | Peter Eisentraut | 2017-03-29 01:12:30 +0000 |
commit | 66b764341ba12206f01e2600713bdc3abdb070b3 (patch) | |
tree | 3a2295ed2084fa4d41dca76eb5930b128da70298 | |
parent | 2e74e636bd7d90152d596530a17a3d0ff543cc97 (diff) |
doc: Mention --enable-tap-tests in regression test chapter
Reported-by: Jeff Janes <jeff.janes@gmail.com>
-rw-r--r-- | doc/src/sgml/regress.sgml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml index b9d1af87071..8229528bd46 100644 --- a/doc/src/sgml/regress.sgml +++ b/doc/src/sgml/regress.sgml @@ -205,6 +205,12 @@ make installcheck-world <literal>ecpg1_regression</>, or <literal>ecpg2_regression</>, as well as <literal>regression</>. </para> + + <para> + The TAP tests are only run when PostgreSQL was configured with the + option <option>--enable-tap-tests</option>. This is recommended for + development, but can be omitted if there is no suitable Perl installation. + </para> </sect2> <sect2> |