]> git.sur5r.net Git - openldap/blobdiff - tests/README
Cache-thrashing protection: if the DB has more entries than the cache,
[openldap] / tests / README
index 1a3feed16263a6a5f12ceceb3f6ad44689a68575..9c54139877c20bb944c0c58d219065e35bb51b5c 100644 (file)
@@ -1,10 +1,9 @@
 This directory contains a series of test scripts which are used to
-verify basic functionality of the LDAP libraries, slapd, and slurpd.
+verify basic functionality of the LDAP libraries and slapd.
 
        To run all of the tests, type "make test".
        To run BDB tests, type "make bdb".
        To run HDB tests, type "make hdb".
-       To run LDBM tests, type "make ldbm".
        To run SQL tests, define SLAPD_USE_SQL=<rdbms> and type
                "make sql"; define SLAPD_USE_SQLWRITE=yes
                to enable write tests as well.