Enable MK_TESTS by default.

This was never intended to be off by default but was done this way
because the initial patches broke the build.  Things seem stable now
(have been so for a while too) and "make tinderbox" is clean so let's
try again.

Announced in freebsd-current; all reported shortcomings have been
addressed.
This commit is contained in:
Julio Merino 2014-06-12 18:54:52 +00:00
parent cce0f18281
commit a2b2ff60be
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=267424
3 changed files with 10 additions and 9 deletions

View File

@ -143,6 +143,7 @@ __DEFAULT_YES_OPTIONS = \
SYSINSTALL \
TCSH \
TELNET \
TESTS \
TEXTPROC \
UNBOUND \
USB \
@ -168,7 +169,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.