1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-05 09:14:03 +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:
Julio Merino 2014-07-16 21:40:11 +00:00
parent 3d5444c864
commit b85bd43aae
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=268778
3 changed files with 10 additions and 9 deletions

View File

@ -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
#

View 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.

View File

@ -1,8 +0,0 @@
.\" $FreeBSD$
Set to install the
.Fx
Test Suite in
.Pa /usr/tests/ .
See
.Xr tests 7
for more details.