diff options
-rw-r--r-- | doc/src/sgml/regress.sgml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/sgml/regress.sgml b/doc/src/sgml/regress.sgml index 7b682132668..415fdb8f31d 100644 --- a/doc/src/sgml/regress.sgml +++ b/doc/src/sgml/regress.sgml @@ -783,6 +783,8 @@ make check PROVE_TESTS='t/001_test1.pl t/003_test3.pl' <para> The TAP tests require the Perl module <literal>IPC::Run</literal>. This module is available from CPAN or an operating system package. + They also require <productname>PostgreSQL</productname> to be + configured with the option <option>--enable-tap-tests</option>. </para> <para> |