mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-23 14:09:39 +08:00
make "make tests" run serialized with "make -j num"
This commit is contained in:
parent
881718ba5b
commit
fb6f19d494
@ -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 New Issue
Block a user