]> git.sur5r.net Git - openldap/blobdiff - tests/README
Set BDB's global allocators to ber_*, don't bother with the per-env setting.
[openldap] / tests / README
index d1fdfb7ae7e79e95b8b3b201648ab88b72f9d195..6906b59db85a4fa9ee5a6976fb3088915cf81517 100644 (file)
@@ -2,12 +2,10 @@ This directory contains a series of test scripts which are used to
 verify basic functionality of the LDAP libraries, slapd, and slurpd.
 
        To run all of the tests, type "make test".
+       To run BDB tests, type "make bdb".
        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 LDAPv3, set PROTO to "-P 3".
-       env PROTO="-P 3" make test
-