1998-08-09 00:43:13 +00:00
|
|
|
This directory contains a series of test scripts which are used to
|
2007-08-31 23:09:20 +00:00
|
|
|
verify basic functionality of the LDAP libraries and slapd.
|
1999-04-11 21:47:42 +00:00
|
|
|
|
|
|
|
To run all of the tests, type "make test".
|
2002-01-21 06:36:10 +00:00
|
|
|
To run BDB tests, type "make bdb".
|
2003-10-21 03:08:08 +00:00
|
|
|
To run HDB tests, type "make hdb".
|
2004-08-24 09:26:39 +00:00
|
|
|
To run SQL tests, define SLAPD_USE_SQL=<rdbms> and type
|
|
|
|
"make sql"; define SLAPD_USE_SQLWRITE=yes
|
|
|
|
to enable write tests as well.
|
2005-12-22 13:00:11 +00:00
|
|
|
To run regression tests, type "make regressions"
|
1999-04-02 05:55:58 +00:00
|
|
|
|
2002-09-26 21:37:05 +00:00
|
|
|
The test scripts depends on a number of tools commonly available on
|
|
|
|
Unix (and Unix-like) systems. While attempts have been made to make
|
|
|
|
these scripts reasonable portable, they may not run properly on your
|
|
|
|
system. You may have to adjust your path so that compatible versions
|
|
|
|
of tools used are available to the scripts and/or you may have to
|
|
|
|
install replacement tools. Platform specific hints may be found at:
|
|
|
|
http://www.openldap.org/faq/index.cgi?file=9
|
|
|
|
|
1999-04-02 05:55:58 +00:00
|
|
|
To modify the debug level the tests run slapd with, set the SLAPD_DEBUG
|
|
|
|
environment variable.
|
2000-06-05 07:17:51 +00:00
|
|
|
env SLAPD_DEBUG=1 make test
|
|
|
|
|