openldap/tests
Kurt Zeilenga 1990cad7c3 Add monitor test.
Need to hide cn=Monitor from namingContext
2002-06-19 06:00:48 +00:00
..
data Add monitor test. 2002-06-19 06:00:48 +00:00
progs Revert unnecessary change in previous commit 2002-05-17 01:44:02 +00:00
scripts Add monitor test. 2002-06-19 06:00:48 +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