mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-20 05:43:01 -05:00
Add bdb tests
This commit is contained in:
parent
819b5303da
commit
85465b1e54
1 changed files with 13 additions and 0 deletions
|
|
@ -9,6 +9,19 @@ BUILD_LDBM=@BUILD_LDBM@
|
|||
test: tests
|
||||
tests: ldbm
|
||||
|
||||
bdb: test-bdb
|
||||
test-bdb: FORCE
|
||||
@-$(LN_S) $(srcdir)/data .
|
||||
@-$(LN_S) $(top_srcdir)/servers/slapd/schema .
|
||||
@-$(LN_S) ../libraries/liblunicode/ucdata .
|
||||
@if test "$(BUILD_LDBM)" = "yes" ; then \
|
||||
echo "Initiating LDAP tests for BDB..." ; \
|
||||
$(MKDIR) test-db test-repl || true; \
|
||||
$(srcdir)/scripts/all $(srcdir) bdb ; \
|
||||
else \
|
||||
echo "run configure with --enable-bdb" ; \
|
||||
fi
|
||||
|
||||
ldbm: test-ldbm
|
||||
test-ldbm: FORCE
|
||||
@-$(LN_S) $(srcdir)/data .
|
||||
|
|
|
|||
Loading…
Reference in a new issue