X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tests%2FREADME;h=a06c75d18d1c0e82cb7998810e4b1988fc3c0a75;hb=9dab474fa4c32c55d2006fcfa60ea93371cceb5d;hp=6a671b917bee452c6e89f927e30ba3c4f88edfa1;hpb=141601ba9eda495f036a0a67cd2451ec9a359b4e;p=openldap diff --git a/tests/README b/tests/README index 6a671b917b..a06c75d18d 100644 --- a/tests/README +++ b/tests/README @@ -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 +