split 'tests' so, by default, only primary backends are tested.

This commit is contained in:
Kurt Zeilenga 2005-10-06 19:17:42 +00:00
parent 82998790bb
commit 1937a3b02f

View 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