make "make tests" run serialized with "make -j num"

This commit is contained in:
Jong Hyuk Choi 2003-06-23 14:11:29 +00:00
parent 881718ba5b
commit fb6f19d494

View File

@ -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