]> git.sur5r.net Git - openldap/blobdiff - tests/Makefile.in
Dynamic config support - not fully backward compatible
[openldap] / tests / Makefile.in
index 5efbfbc67a87883e164ee3aa9a720b6b7bc5cdb3..637e30abbe731ff9c53c1757bf4e40eb2b95b4a1 100644 (file)
@@ -2,7 +2,7 @@
 # $OpenLDAP$
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## Copyright 1998-2010 The OpenLDAP Foundation.
+## Copyright 1998-2011 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
 ## Redistribution and use in source and binary forms, with or without
@@ -18,16 +18,19 @@ 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
        @$(MAKE) sql
+       @$(MAKE) ldif
 
 bdb test-bdb:  bdb-$(BUILD_BDB)
 bdb-no:
@@ -45,6 +48,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"