]> git.sur5r.net Git - openldap/blobdiff - tests/Makefile.in
Update configure to:
[openldap] / tests / Makefile.in
index a120e1434dc17c64e5d6260fafc7b5abdd303e68..7f90640084586bed5540b64fe67670a3e2cbd1d7 100644 (file)
@@ -2,17 +2,32 @@
 ## COPYING RESTRICTIONS APPLY, see COPYRIGHT file
 ##
 ## tests Makefile.in for OpenLDAP
+SUBDIRS= progs
 
-all-local:     FORCE
+BUILD_BDB2 = @BUILD_BDB2@
+
+test-bdb2:     FORCE
+       @if test "$(BUILD_BDB2)" = "yes" ; then \
+               $(LN_S) $(srcdir)/data . ; \
+               echo "Initiating LDAP tests..." ; \
+               $(MKDIR) test-db test-repl ; \
+               $(srcdir)/scripts/all $(srcdir) bdb2 ; \
+       else \
+               echo "run configure with --enable-bdb2" ; \
+       fi
+
+tests:         test-ldbm
+test:          test-ldbm
+test-ldbm:     FORCE
        @-$(LN_S) $(srcdir)/data .
        @echo "Initiating LDAP tests..."; \
        $(MKDIR) test-db test-repl ; \
-       $(srcdir)/scripts/all $(srcdir)
+       $(srcdir)/scripts/all $(srcdir) ldbm
 
 clean-local:   FORCE
        $(RM) test-db/[!C]* test-repl/[!C]* *core
 
 veryclean-local: FORCE
-       $(RM) data
+       @-$(RM) data
        $(RM) -r test-db test-repl