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:
jmmv 2014-07-16 21:40:11 +00:00
parent 5046d9cb8a
commit 672dbdb968
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.