mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 05:58:57 +00:00
Test directories can build in parallel fine.
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
debd17c5e7
commit
d3157f0915
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=295643
@ -10,6 +10,4 @@ TESTS_SUBDIRS+= parameters
|
||||
TESTS_SUBDIRS+= parser
|
||||
TESTS_SUBDIRS+= set-e
|
||||
|
||||
SUBDIR_PARALLEL=
|
||||
|
||||
.include <bsd.test.mk>
|
||||
|
@ -86,6 +86,4 @@ TESTS_SUBDIRS+= aggs \
|
||||
.PATH: ${.CURDIR:H:H:H:H:H}/tests
|
||||
KYUAFILE= YES
|
||||
|
||||
SUBDIR_PARALLEL=
|
||||
|
||||
.include <bsd.test.mk>
|
||||
|
@ -68,6 +68,7 @@ _TESTS=
|
||||
SUBDIR+= ${ts}
|
||||
.endif
|
||||
.endfor
|
||||
SUBDIR_PARALLEL= t
|
||||
.endif
|
||||
|
||||
# it is rare for test cases to have man pages
|
||||
|
@ -22,6 +22,4 @@ TESTS_SUBDIRS+= vm
|
||||
# Items not integrated into kyua runs by default
|
||||
SUBDIR+= pjdfstest
|
||||
|
||||
SUBDIR_PARALLEL=
|
||||
|
||||
.include <bsd.test.mk>
|
||||
|
@ -36,6 +36,4 @@ TESTS_SUBDIRS+= symlink
|
||||
TESTS_SUBDIRS+= truncate
|
||||
TESTS_SUBDIRS+= unlink
|
||||
|
||||
SUBDIR_PARALLEL=
|
||||
|
||||
.include <bsd.test.mk>
|
||||
|
3
usr.bin/bmake/tests/Makefile.inc
Normal file
3
usr.bin/bmake/tests/Makefile.inc
Normal file
@ -0,0 +1,3 @@
|
||||
# $FreeBSD$
|
||||
|
||||
SUBDIR_PARALLEL= t
|
Loading…
Reference in New Issue
Block a user