Skip to content
Snippets Groups Projects
Commit 85465b1e authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Add bdb tests

parent 819b5303
No related branches found
No related tags found
No related merge requests found
......@@ -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 .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment