]> git.sur5r.net Git - openldap/blobdiff - tests/README
fix realloc bug
[openldap] / tests / README
index 6a671b917bee452c6e89f927e30ba3c4f88edfa1..a06c75d18d1c0e82cb7998810e4b1988fc3c0a75 100644 (file)
@@ -3,7 +3,11 @@ verify basic functionality of the LDAP libraries, slapd, and slurpd.
 
        To run all of the tests, type "make test".
        To run LDBM tests, type "make ldbm".
-       To run BDB2 tests, type "make bdb2".
 
 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
+