]> git.sur5r.net Git - openldap/blobdiff - tests/Makefile.in
cleanup
[openldap] / tests / Makefile.in
index 0482a5ed1551689f9b755ec0c3a14d521319c5bb..0b3bf90ad437413acfb66264f42f4c32a7b48b1d 100644 (file)
@@ -5,6 +5,7 @@
 ## tests Makefile.in for OpenLDAP
 SUBDIRS= progs
 BUILD_LDBM=@BUILD_LDBM@
+BUILD_BDB=@BUILD_BDB@
 
 test: tests
 tests: ldbm
@@ -14,7 +15,7 @@ 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 \
+       @if test "$(BUILD_BDB)" = "yes" ; then \
                echo "Initiating LDAP tests for BDB..." ; \
                $(MKDIR) test-db test-repl || true; \
                $(srcdir)/scripts/all $(srcdir) bdb ; \