diff options
Diffstat (limited to 'src/test/kerberos/README')
-rw-r--r-- | src/test/kerberos/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/kerberos/README b/src/test/kerberos/README index 72ae519dea7..a048d442afc 100644 --- a/src/test/kerberos/README +++ b/src/test/kerberos/README @@ -19,6 +19,8 @@ Running the tests ================= NOTE: You must have given the --enable-tap-tests argument to configure. +Also, to use "make installcheck", you must have built and installed +contrib/dblink and contrib/postgres_fdw in addition to the core code. Run make check PG_TEST_EXTRA=kerberos |