Skip to content

Commit

Permalink
MFC r295643:
Browse files Browse the repository at this point in the history
r295643 (by bdrewery):

Test directories can build in parallel fine.
  • Loading branch information
ngie-eign committed Feb 16, 2017
1 parent 4375a85 commit c24b3d0
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 8 deletions.
2 changes: 0 additions & 2 deletions bin/sh/tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,4 @@ TESTS_SUBDIRS+= parameters
TESTS_SUBDIRS+= parser
TESTS_SUBDIRS+= set-e

SUBDIR_PARALLEL=

.include <bsd.test.mk>
2 changes: 0 additions & 2 deletions cddl/usr.sbin/dtrace/tests/common/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,4 @@ TESTS_SUBDIRS+= aggs \
.PATH: ${.CURDIR:H:H:H:H:H}/tests
KYUAFILE= YES

SUBDIR_PARALLEL=

.include <bsd.test.mk>
1 change: 1 addition & 0 deletions share/mk/bsd.test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ _TESTS=
SUBDIR+= ${ts}
.endif
.endfor
SUBDIR_PARALLEL= t
.endif

# it is rare for test cases to have man pages
Expand Down
2 changes: 0 additions & 2 deletions tests/sys/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,4 @@ TESTS_SUBDIRS+= vm
# Items not integrated into kyua runs by default
SUBDIR+= pjdfstest

SUBDIR_PARALLEL=

.include <bsd.test.mk>
2 changes: 0 additions & 2 deletions tests/sys/pjdfstest/tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,4 @@ TESTS_SUBDIRS+= symlink
TESTS_SUBDIRS+= truncate
TESTS_SUBDIRS+= unlink

SUBDIR_PARALLEL=

.include <bsd.test.mk>
3 changes: 3 additions & 0 deletions usr.bin/bmake/tests/Makefile.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# $FreeBSD$

SUBDIR_PARALLEL= t

0 comments on commit c24b3d0

Please sign in to comment.