]> git.sur5r.net Git - openldap/blobdiff - tests/Makefile.in
Add MDB support to configure and test framework.
[openldap] / tests / Makefile.in
index c404671e32cbd39f6f9842ce461156978b4b5e00..ec0fb3326f9cbd8c0cc0385fcd4c2aff1db747da 100644 (file)
@@ -18,12 +18,14 @@ SUBDIRS= progs
 
 BUILD_BDB=@BUILD_BDB@
 BUILD_HDB=@BUILD_HDB@
+BUILD_MDB=@BUILD_MDB@
 BUILD_SQL=@BUILD_SQL@
 
 # test primary backends (default)
 test tests:
        @$(MAKE) bdb
        @$(MAKE) hdb
+       @$(MAKE) mdb
 
 # test all backends
 alltests: tests
@@ -45,6 +47,14 @@ hdb-yes hdb-mod: FORCE
        @echo "Initiating LDAP tests for HDB..."
        @$(RUN) -b hdb all
 
+mdb test-mdb:  mdb-$(BUILD_MDB)
+mdb-no:
+       @echo "run configure with --enable-mdb to run MDB tests"
+
+mdb-yes mdb-mod: FORCE
+       @echo "Initiating LDAP tests for MDB..."
+       @$(RUN) -b mdb all
+
 sql test-sql:  sql-$(BUILD_SQL)
 sql-no:
        @echo "run configure with --enable-sql to run SQL tests"