]> git.sur5r.net Git - openldap/blobdiff - tests/Makefile.in
More for ITS#7749
[openldap] / tests / Makefile.in
index 0ef06f3573feff5117c6b96ba381f87fa96e3e57..463b33fc7159ac1583efb2c3a4bcc3c3cd54dc44 100644 (file)
@@ -2,7 +2,7 @@
 # $OpenLDAP$
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## Copyright 1998-2005 The OpenLDAP Foundation.
+## Copyright 1998-2013 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
 ## Redistribution and use in source and binary forms, with or without
@@ -18,14 +18,19 @@ SUBDIRS= progs
 
 BUILD_BDB=@BUILD_BDB@
 BUILD_HDB=@BUILD_HDB@
-BUILD_LDBM=@BUILD_LDBM@
+BUILD_MDB=@BUILD_MDB@
 BUILD_SQL=@BUILD_SQL@
 
+# test primary backends (default)
 test tests:
        @$(MAKE) bdb
        @$(MAKE) hdb
-       @$(MAKE) ldbm
+       @$(MAKE) mdb
+
+# test all backends
+alltests: tests
        @$(MAKE) sql
+       @$(MAKE) ldif
 
 bdb test-bdb:  bdb-$(BUILD_BDB)
 bdb-no:
@@ -43,13 +48,13 @@ hdb-yes hdb-mod: FORCE
        @echo "Initiating LDAP tests for HDB..."
        @$(RUN) -b hdb all
 
-ldbm test-ldbm:        ldbm-$(BUILD_LDBM)
-ldbm-no:
-       @echo "run configure with --enable-ldbm to run LDBM tests"
+mdb test-mdb:  mdb-$(BUILD_MDB)
+mdb-no:
+       @echo "run configure with --enable-mdb to run MDB tests"
 
-ldbm-yes ldbm-mod:     FORCE
-       @echo "Initiating LDAP tests for LDBM..."
-       @$(RUN) -b ldbm all
+mdb-yes mdb-mod: FORCE
+       @echo "Initiating LDAP tests for MDB..."
+       @$(RUN) -b mdb all
 
 sql test-sql:  sql-$(BUILD_SQL)
 sql-no:
@@ -59,9 +64,19 @@ sql-yes sql-mod:     FORCE
        @echo "Initiating LDAP tests for SQL..."
        @$(RUN) -b sql sql-all
 
+ldif test-ldif: FORCE
+       @echo "Initiating LDAP tests for LDIF..."
+       @$(RUN) -b ldif all
+
+regressions:   FORCE
+       @echo "Testing (available) ITS regressions"
+       @$(RUN) its-all
+
+its: regressions
+
 clean-local:   FORCE
-       -$(RM) -r testrun *leak *gmon *core
+       -$(RM) -r testrun configpw configpw.conf *leak *gmon *core
 
 veryclean-local: FORCE
-       @-$(RM) data schema ucdata
+       @-$(RM) run testdata schema ucdata