mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
make "make tests" run serialized with "make -j num"
This commit is contained in:
parent
881718ba5b
commit
fb6f19d494
1 changed files with 7 additions and 1 deletions
|
|
@ -10,7 +10,13 @@ BUILD_LDBM=@BUILD_LDBM@
|
|||
BUILD_MONITOR=@BUILD_MONITOR@
|
||||
|
||||
test: tests
|
||||
tests: bdb hdb ldbm
|
||||
tests: int-bdb
|
||||
|
||||
int-bdb: test-bdb
|
||||
@$(MAKE) int-hdb
|
||||
int-hdb: test-hdb
|
||||
@$(MAKE) int-ldbm
|
||||
int-ldbm: test-ldbm
|
||||
|
||||
bdb: test-bdb
|
||||
test-bdb: FORCE
|
||||
|
|
|
|||
Loading…
Reference in a new issue