From: Kurt Zeilenga Date: Sun, 11 Apr 1999 21:47:42 +0000 (+0000) Subject: Provide 'make test', 'make ldbm', and 'make bdb2' information. X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~210 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=141601ba9eda495f036a0a67cd2451ec9a359b4e;p=openldap Provide 'make test', 'make ldbm', and 'make bdb2' information. --- diff --git a/tests/README b/tests/README index 776545e88a..6a671b917b 100644 --- a/tests/README +++ b/tests/README @@ -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.