Author: bdrewery
Date: Tue Feb 16 02:13:59 2016
New Revision: 295643
URL: https://svnweb.freebsd.org/changeset/base/295643

Log:
  Test directories can build in parallel fine.
  
  Sponsored by: EMC / Isilon Storage Division

Added:
  head/usr.bin/bmake/tests/Makefile.inc   (contents, props changed)
Modified:
  head/bin/sh/tests/Makefile
  head/cddl/usr.sbin/dtrace/tests/common/Makefile
  head/share/mk/bsd.test.mk
  head/tests/sys/Makefile
  head/tests/sys/pjdfstest/tests/Makefile

Modified: head/bin/sh/tests/Makefile
==============================================================================
--- head/bin/sh/tests/Makefile  Tue Feb 16 02:13:55 2016        (r295642)
+++ head/bin/sh/tests/Makefile  Tue Feb 16 02:13:59 2016        (r295643)
@@ -10,6 +10,4 @@ TESTS_SUBDIRS+=       parameters
 TESTS_SUBDIRS+=        parser
 TESTS_SUBDIRS+=        set-e
 
-SUBDIR_PARALLEL=
-
 .include <bsd.test.mk>

Modified: head/cddl/usr.sbin/dtrace/tests/common/Makefile
==============================================================================
--- head/cddl/usr.sbin/dtrace/tests/common/Makefile     Tue Feb 16 02:13:55 
2016        (r295642)
+++ head/cddl/usr.sbin/dtrace/tests/common/Makefile     Tue Feb 16 02:13:59 
2016        (r295643)
@@ -86,6 +86,4 @@ TESTS_SUBDIRS+= aggs \
 .PATH:         ${.CURDIR:H:H:H:H:H}/tests
 KYUAFILE=      YES
 
-SUBDIR_PARALLEL=
-
 .include <bsd.test.mk>

Modified: head/share/mk/bsd.test.mk
==============================================================================
--- head/share/mk/bsd.test.mk   Tue Feb 16 02:13:55 2016        (r295642)
+++ head/share/mk/bsd.test.mk   Tue Feb 16 02:13:59 2016        (r295643)
@@ -68,6 +68,7 @@ _TESTS=
 SUBDIR+= ${ts}
 .endif
 .endfor
+SUBDIR_PARALLEL= t
 .endif
 
 # it is rare for test cases to have man pages

Modified: head/tests/sys/Makefile
==============================================================================
--- head/tests/sys/Makefile     Tue Feb 16 02:13:55 2016        (r295642)
+++ head/tests/sys/Makefile     Tue Feb 16 02:13:59 2016        (r295643)
@@ -22,6 +22,4 @@ TESTS_SUBDIRS+=               vm
 # Items not integrated into kyua runs by default
 SUBDIR+=               pjdfstest
 
-SUBDIR_PARALLEL=
-
 .include <bsd.test.mk>

Modified: head/tests/sys/pjdfstest/tests/Makefile
==============================================================================
--- head/tests/sys/pjdfstest/tests/Makefile     Tue Feb 16 02:13:55 2016        
(r295642)
+++ head/tests/sys/pjdfstest/tests/Makefile     Tue Feb 16 02:13:59 2016        
(r295643)
@@ -36,6 +36,4 @@ TESTS_SUBDIRS+=       symlink
 TESTS_SUBDIRS+=        truncate
 TESTS_SUBDIRS+=        unlink
 
-SUBDIR_PARALLEL=
-
 .include <bsd.test.mk>

Added: head/usr.bin/bmake/tests/Makefile.inc
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ head/usr.bin/bmake/tests/Makefile.inc       Tue Feb 16 02:13:59 2016        
(r295643)
@@ -0,0 +1,3 @@
+# $FreeBSD$
+
+SUBDIR_PARALLEL= t
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to