]> git.sur5r.net Git - openldap/commitdiff
make "make tests" run serialized with "make -j num"
authorJong Hyuk Choi <jongchoi@openldap.org>
Mon, 23 Jun 2003 14:11:29 +0000 (14:11 +0000)
committerJong Hyuk Choi <jongchoi@openldap.org>
Mon, 23 Jun 2003 14:11:29 +0000 (14:11 +0000)
tests/Makefile.in

index 4d6becc43668cbceb1edbf4e9270307d94f694a2..99654ecd5d60f3c90bca4cd6a57ad7a045258b44 100644 (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