openldap/tests
Howard Chu 52249ffc34 Added test for backend glue. Tests using slapadd/ldapsearch then starts
over using ldapadd/ldapsearch. Order of results is significant, and
differs from order in data/test-ordered.ldif (thus data/test-glued.ldif
is needed.)
2002-01-11 09:26:01 +00:00
..
data Added config and data files for testing backend glue 2002-01-11 09:23:31 +00:00
progs Update copyright statements 2002-01-04 21:17:25 +00:00
scripts Added test for backend glue. Tests using slapadd/ldapsearch then starts 2002-01-11 09:26:01 +00:00
Makefile.in Update copyright statements 2002-01-04 21:17:25 +00:00
README PROTO not needed to test LDAPv3 2001-06-07 19:29:09 +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 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

To test LDAPv2, set PROTO to "-P 2".
	env PROTO="-P 2" make test