]> git.sur5r.net Git - openldap/blobdiff - tests/README
Delete USE_LDAP_DN_PARSING
[openldap] / tests / README
index 1e4633b675cd68b0d8484f7efe34d534029f2482..a06c75d18d1c0e82cb7998810e4b1988fc3c0a75 100644 (file)
@@ -1,3 +1,13 @@
 This directory contains a series of test scripts which are used to
 verify basic functionality of the LDAP libraries, slapd, and slurpd.
-To run the tests, type "make" in the ./tests directory.
+
+       To run all of the tests, type "make test".
+       To run LDBM tests, type "make ldbm".
+
+To modify the debug level the tests run slapd with, set the SLAPD_DEBUG
+environment variable.
+       env SLAPD_DEBUG=1 make test
+
+To test LDAPv2, set PROTO to "-P 2".
+       env PROTO="-P 2" make test
+