mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-11 01:12:54 -05:00
Provide 'make test', 'make ldbm', and 'make bdb2' information.
This commit is contained in:
parent
59e7798448
commit
141601ba9e
1 changed files with 4 additions and 1 deletions
|
|
@ -1,6 +1,9 @@
|
|||
This directory contains a series of test scripts which are used to
|
||||
verify basic functionality of the LDAP libraries, slapd, and slurpd.
|
||||
To run the tests, type "make" in the ./tests directory.
|
||||
|
||||
To run all of the tests, type "make test".
|
||||
To run LDBM tests, type "make ldbm".
|
||||
To run BDB2 tests, type "make bdb2".
|
||||
|
||||
To modify the debug level the tests run slapd with, set the SLAPD_DEBUG
|
||||
environment variable.
|
||||
|
|
|
|||
Loading…
Reference in a new issue