Skip to content
Snippets Groups Projects
Commit fb6f19d4 authored by Jong Hyuk Choi's avatar Jong Hyuk Choi
Browse files

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

parent 881718ba
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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