mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 10:39:34 -05:00
split 'tests' so, by default, only primary backends are tested.
This commit is contained in:
parent
82998790bb
commit
1937a3b02f
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue