aboutsummaryrefslogtreecommitdiff
path: root/src/test/ldap/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ldap/README')
-rw-r--r--src/test/ldap/README12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/test/ldap/README b/src/test/ldap/README
index 3e4c5cbaf95..4dc53a1bde0 100644
--- a/src/test/ldap/README
+++ b/src/test/ldap/README
@@ -17,11 +17,19 @@ users.
Running the tests
=================
- make check
+NOTE: You must have given the --enable-tap-tests argument to configure.
+Run
+ make check
or
-
make installcheck
+You can use "make installcheck" if you previously did "make install".
+In that case, the code in the installation tree is tested. With
+"make check", a temporary installation tree is built from the current
+sources and then tested.
+
+Either way, this test initializes, starts, and stops a test Postgres
+cluster, as well as a test LDAP server.
Requirements
============