openldap/tests
2001-10-04 06:34:03 +00:00
..
data Add BDB index directives 2001-10-03 21:27:37 +00:00
progs Increase read/write and search/write ratios. 2001-09-28 22:39:53 +00:00
scripts Tru64 diff does support "diff foo /dev/null", 2001-10-02 08:27:18 +00:00
Makefile.in More changes to let BDB build without LDBM. 2001-10-04 06:34:03 +00:00
README

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 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