]> git.sur5r.net Git - openldap/blobdiff - tests/Makefile.in
large X (for version.sh)
[openldap] / tests / Makefile.in
index 2726162a01f56314c4ef16f1e143b78ec9bd321c..2855644deb843a923025d50eefd22405416ddd75 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-2008 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
 ## Redistribution and use in source and binary forms, with or without
@@ -21,9 +21,13 @@ BUILD_HDB=@BUILD_HDB@
 BUILD_LDBM=@BUILD_LDBM@
 BUILD_SQL=@BUILD_SQL@
 
+# test primary backends (default)
 test tests:
        @$(MAKE) bdb
        @$(MAKE) hdb
+
+# test all backends
+alltests: tests
        @$(MAKE) ldbm
        @$(MAKE) sql