From: Kurt Zeilenga Date: Thu, 28 Sep 2000 04:10:35 +0000 (+0000) Subject: Add bdb tests X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~1864 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=85465b1e54452dfdea9f52aa67eab270040570e0;p=openldap Add bdb tests --- diff --git a/tests/Makefile.in b/tests/Makefile.in index ff5467d677..400a349952 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -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 .