From fb6f19d4945686cdf0d7586f07c92dbdbc3cd79d Mon Sep 17 00:00:00 2001 From: Jong Hyuk Choi Date: Mon, 23 Jun 2003 14:11:29 +0000 Subject: [PATCH] make "make tests" run serialized with "make -j num" --- tests/Makefile.in | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tests/Makefile.in b/tests/Makefile.in index 4d6becc436..99654ecd5d 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -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 -- 2.39.5