]> git.sur5r.net Git - openldap/commitdiff
split 'tests' so, by default, only primary backends are tested.
authorKurt Zeilenga <kurt@openldap.org>
Thu, 6 Oct 2005 19:17:42 +0000 (19:17 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 6 Oct 2005 19:17:42 +0000 (19:17 +0000)
tests/Makefile.in

index 2726162a01f56314c4ef16f1e143b78ec9bd321c..32d2a5d6ff63c9590c6db64a61f7028ef19a519d 100644 (file)
@@ -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