From: Kurt Zeilenga Date: Thu, 6 Oct 2005 19:17:42 +0000 (+0000) Subject: split 'tests' so, by default, only primary backends are tested. X-Git-Tag: OPENLDAP_REL_ENG_2_2_MP~312 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1937a3b02f7b211fc20192a4b142c0c62a14a541;p=openldap split 'tests' so, by default, only primary backends are tested. --- diff --git a/tests/Makefile.in b/tests/Makefile.in index 2726162a01..32d2a5d6ff 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -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