From: Kurt Zeilenga Date: Mon, 21 Jan 2002 06:36:10 +0000 (+0000) Subject: Update for BDB X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~41 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d50adf6de1d32378f4018a3c73eebcf4676f183c;p=openldap Update for BDB --- diff --git a/tests/README b/tests/README index a06c75d18d..6906b59db8 100644 --- a/tests/README +++ b/tests/README @@ -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 LDAPv2, set PROTO to "-P 2". - env PROTO="-P 2" make test -