Date: Tue, 16 Feb 2016 02:13:59 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r295643 - in head: bin/sh/tests cddl/usr.sbin/dtrace/tests/common share/mk tests/sys tests/sys/pjdfstest/tests usr.bin/bmake/tests Message-ID: <201602160213.u1G2DxaT010982@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602160213.u1G2DxaT010982>