summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorjmmv <jmmv@FreeBSD.org>2014-06-12 18:54:52 +0000
committerjmmv <jmmv@FreeBSD.org>2014-06-12 18:54:52 +0000
commite652a7b60d3372e9ae09639f27ae8158553d1223 (patch)
tree830e4ab27b917c075f6f64119497ae8f9b107d6b /tools
parentd987fe0880ed044588ad7e5fe5e2be4a32cb5380 (diff)
downloadFreeBSD-src-e652a7b60d3372e9ae09639f27ae8158553d1223.zip
FreeBSD-src-e652a7b60d3372e9ae09639f27ae8158553d1223.tar.gz
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.
Diffstat (limited to 'tools')
-rw-r--r--tools/build/options/WITHOUT_TESTS9
-rw-r--r--tools/build/options/WITH_TESTS8
2 files changed, 9 insertions, 8 deletions
diff --git a/tools/build/options/WITHOUT_TESTS b/tools/build/options/WITHOUT_TESTS
new file mode 100644
index 0000000..4d58f9a
--- /dev/null
+++ b/tools/build/options/WITHOUT_TESTS
@@ -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.
diff --git a/tools/build/options/WITH_TESTS b/tools/build/options/WITH_TESTS
deleted file mode 100644
index acc9f19..0000000
--- a/tools/build/options/WITH_TESTS
+++ /dev/null
@@ -1,8 +0,0 @@
-.\" $FreeBSD$
-Set to install the
-.Fx
-Test Suite in
-.Pa /usr/tests/ .
-See
-.Xr tests 7
-for more details.
OpenPOWER on IntegriCloud