openldap/tests
2002-03-07 03:13:11 +00:00
..
data Add some undefined assertion tests 2002-03-01 18:58:11 +00:00
progs Update libtool usage 2002-02-10 22:42:51 +00:00
scripts Replace get_filter generation of fstr with filter2bv(). 2002-03-07 03:13:11 +00:00
Makefile.in Switch the default backend to BDB. 2002-01-15 17:26:44 +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