svn commit: r313791 - in stable/10: bin/sh/tests cddl/usr.sbin/dtrace/tests/common share/mk tests/sys tests/sys/pjdfstest/tests usr.bin/bmake/tests

Ngie Cooper ngie at FreeBSD.org
Thu Feb 16 05:17:42 UTC 2017


Author: ngie
Date: Thu Feb 16 05:17:40 2017
New Revision: 313791
URL: https://svnweb.freebsd.org/changeset/base/313791

Log:
  MFC r295643:
  
  r295643 (by bdrewery):
  
  Test directories can build in parallel fine.

Added:
  stable/10/usr.bin/bmake/tests/Makefile.inc
     - copied unchanged from r295643, head/usr.bin/bmake/tests/Makefile.inc
Modified:
  stable/10/bin/sh/tests/Makefile
  stable/10/cddl/usr.sbin/dtrace/tests/common/Makefile
  stable/10/share/mk/bsd.test.mk
  stable/10/tests/sys/Makefile
  stable/10/tests/sys/pjdfstest/tests/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/bin/sh/tests/Makefile
==============================================================================
--- stable/10/bin/sh/tests/Makefile	Thu Feb 16 05:14:07 2017	(r313790)
+++ stable/10/bin/sh/tests/Makefile	Thu Feb 16 05:17:40 2017	(r313791)
@@ -10,6 +10,4 @@ TESTS_SUBDIRS+=	parameters
 TESTS_SUBDIRS+=	parser
 TESTS_SUBDIRS+=	set-e
 
-SUBDIR_PARALLEL=
-
 .include <bsd.test.mk>

Modified: stable/10/cddl/usr.sbin/dtrace/tests/common/Makefile
==============================================================================
--- stable/10/cddl/usr.sbin/dtrace/tests/common/Makefile	Thu Feb 16 05:14:07 2017	(r313790)
+++ stable/10/cddl/usr.sbin/dtrace/tests/common/Makefile	Thu Feb 16 05:17:40 2017	(r313791)
@@ -86,6 +86,4 @@ TESTS_SUBDIRS+= aggs \
 .PATH:		${.CURDIR:H:H:H:H:H}/tests
 KYUAFILE=	YES
 
-SUBDIR_PARALLEL=
-
 .include <bsd.test.mk>

Modified: stable/10/share/mk/bsd.test.mk
==============================================================================
--- stable/10/share/mk/bsd.test.mk	Thu Feb 16 05:14:07 2017	(r313790)
+++ stable/10/share/mk/bsd.test.mk	Thu Feb 16 05:17:40 2017	(r313791)
@@ -76,6 +76,7 @@ _TESTS=
 SUBDIR+= ${ts}
 .endif
 .endfor
+SUBDIR_PARALLEL= t
 .endif
 
 # it is rare for test cases to have man pages

Modified: stable/10/tests/sys/Makefile
==============================================================================
--- stable/10/tests/sys/Makefile	Thu Feb 16 05:14:07 2017	(r313790)
+++ stable/10/tests/sys/Makefile	Thu Feb 16 05:17:40 2017	(r313791)
@@ -22,6 +22,4 @@ TESTS_SUBDIRS+=		vm
 # Items not integrated into kyua runs by default
 SUBDIR+=		pjdfstest
 
-SUBDIR_PARALLEL=
-
 .include <bsd.test.mk>

Modified: stable/10/tests/sys/pjdfstest/tests/Makefile
==============================================================================
--- stable/10/tests/sys/pjdfstest/tests/Makefile	Thu Feb 16 05:14:07 2017	(r313790)
+++ stable/10/tests/sys/pjdfstest/tests/Makefile	Thu Feb 16 05:17:40 2017	(r313791)
@@ -36,6 +36,4 @@ TESTS_SUBDIRS+=	symlink
 TESTS_SUBDIRS+=	truncate
 TESTS_SUBDIRS+=	unlink
 
-SUBDIR_PARALLEL=
-
 .include <bsd.test.mk>

Copied: stable/10/usr.bin/bmake/tests/Makefile.inc (from r295643, head/usr.bin/bmake/tests/Makefile.inc)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ stable/10/usr.bin/bmake/tests/Makefile.inc	Thu Feb 16 05:17:40 2017	(r313791, copy of r295643, head/usr.bin/bmake/tests/Makefile.inc)
@@ -0,0 +1,3 @@
+# $FreeBSD$
+
+SUBDIR_PARALLEL= t


More information about the svn-src-stable-10 mailing list