From 1937a3b02f7b211fc20192a4b142c0c62a14a541 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 6 Oct 2005 19:17:42 +0000 Subject: [PATCH] split 'tests' so, by default, only primary backends are tested. --- tests/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.5