openldap/tests
Kurt Zeilenga d912c2c711 Rework client control parsing... need to implement
common controls across all tools.
2002-08-29 21:36:36 +00:00
..
data Rework client control parsing... need to implement 2002-08-29 21:36:36 +00:00
progs test progs need -llutil 2002-07-27 03:34:23 +00:00
scripts Rework client control parsing... need to implement 2002-08-29 21:36:36 +00:00
Makefile.in Add monitor test. 2002-06-19 06:00:48 +00:00
README Update for BDB 2002-01-21 06:36:10 +00:00

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