Skip to content
Snippets Groups Projects
Commit 1937a3b0 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

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

parent 82998790
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment