mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
Enable MK_TESTS by default, take 2.
This is a redo of r267424, which was reverted in r267432 because it broke "make buildworld" from FreeBSD 9.x. This issue has been resolved and this change is still "make tinderbox" clean.
This commit is contained in:
parent
3d5444c864
commit
b85bd43aae
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=268778
@ -144,6 +144,7 @@ __DEFAULT_YES_OPTIONS = \
|
||||
SYSINSTALL \
|
||||
TCSH \
|
||||
TELNET \
|
||||
TESTS \
|
||||
TEXTPROC \
|
||||
UNBOUND \
|
||||
USB \
|
||||
@ -169,7 +170,6 @@ __DEFAULT_NO_OPTIONS = \
|
||||
SHARED_TOOLCHAIN \
|
||||
SORT_THREADS \
|
||||
SVN \
|
||||
TESTS \
|
||||
USB_GADGET_EXAMPLES
|
||||
|
||||
#
|
||||
|
9
tools/build/options/WITHOUT_TESTS
Normal file
9
tools/build/options/WITHOUT_TESTS
Normal file
@ -0,0 +1,9 @@
|
||||
.\" $FreeBSD$
|
||||
Set to not build nor install the
|
||||
.Fx
|
||||
Test Suite in
|
||||
.Pa /usr/tests/ .
|
||||
See
|
||||
.Xr tests 7
|
||||
for more details.
|
||||
This also disables the build of all test-related dependencies, including ATF.
|
@ -1,8 +0,0 @@
|
||||
.\" $FreeBSD$
|
||||
Set to install the
|
||||
.Fx
|
||||
Test Suite in
|
||||
.Pa /usr/tests/ .
|
||||
See
|
||||
.Xr tests 7
|
||||
for more details.
|
Loading…
Reference in New Issue
Block a user