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