From: Jong Hyuk Choi Date: Mon, 23 Jun 2003 14:11:29 +0000 (+0000) Subject: make "make tests" run serialized with "make -j num" X-Git-Tag: OPENLDAP_REL_ENG_2_1_MP~872 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=fb6f19d4945686cdf0d7586f07c92dbdbc3cd79d;p=openldap make "make tests" run serialized with "make -j num" --- 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