mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 18:19:52 -05:00
with the shared libraries instead of static, defaults to no * build/lib-shared.mk: if LINK_BINS_DYNAMIC is set we create a symlink to the .so and .so.# file along with the .a and .la files * build/lib.mk: make sure the above links get removed on clean target * build/top.mk: add define for LINK_BINS_DYNAMIC * tests/scripts/defines.sh: add export for LD_LIBRARY_PATH so that tests will run without requiring installation of libraries when we use --enable-dynamic (LD_LIBRARY_PATH is always set, since it can't really hurt). |
||
|---|---|---|
| .. | ||
| data | ||
| progs | ||
| scripts | ||
| Makefile.in | ||
| README | ||
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 run BDB2 tests, type "make bdb2". To modify the debug level the tests run slapd with, set the SLAPD_DEBUG environment variable.