openldap/tests
Kurt Zeilenga 8057b1a0a8 Language Tag and Range Support <draft-zeilenga-ldap-rfc2596-xx.txt>
Based upon code submitted by Steve Omrani <somrani@us.ibm.com> (ITS#1525)
2002-01-26 23:14:51 +00:00
..
data Language Tag and Range Support <draft-zeilenga-ldap-rfc2596-xx.txt> 2002-01-26 23:14:51 +00:00
progs Add more reads/searches to pound a little harder 2002-01-19 06:04:38 +00:00
scripts Language Tag and Range Support <draft-zeilenga-ldap-rfc2596-xx.txt> 2002-01-26 23:14:51 +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