openldap/tests
2002-08-27 21:41:37 +00:00
..
data Trim subordinate classes from input (and expected output). 2002-08-27 21:41:37 +00:00
progs test progs need -llutil 2002-07-27 03:34:23 +00:00
scripts Trim subordinate classes from input (and expected output). 2002-08-27 21:41:37 +00:00
Makefile.in Add monitor test. 2002-06-19 06:00:48 +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 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