diff options
author | Julio Merino <jmmv@FreeBSD.org> | 2014-06-12 18:54:52 +0000 |
---|---|---|
committer | Julio Merino <jmmv@FreeBSD.org> | 2014-06-12 18:54:52 +0000 |
commit | a2b2ff60bed556c568d3f17e33609b4ab9cc2403 (patch) | |
tree | 830e4ab27b917c075f6f64119497ae8f9b107d6b /share | |
parent | cce0f18281ca4bc762adfa79c96d59edf8e4b148 (diff) | |
download | src-a2b2ff60bed556c568d3f17e33609b4ab9cc2403.tar.gz src-a2b2ff60bed556c568d3f17e33609b4ab9cc2403.zip |
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.
Notes
Notes:
svn path=/head/; revision=267424
Diffstat (limited to 'share')
-rw-r--r-- | share/mk/src.opts.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk index c68028538089..398496e6e5b8 100644 --- a/share/mk/src.opts.mk +++ b/share/mk/src.opts.mk @@ -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 # |