summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authormarkj <markj@FreeBSD.org>2015-08-02 00:37:33 +0000
committermarkj <markj@FreeBSD.org>2015-08-02 00:37:33 +0000
commit1ce9c620ee9f61a1157fba7e3cbaf3eca1709fb0 (patch)
tree59c8981c72fccda410c416090e6c97aa9b94c9e2 /share
parentf78f701a2d4993b2637f7dd1df051410664b375f (diff)
downloadFreeBSD-src-1ce9c620ee9f61a1157fba7e3cbaf3eca1709fb0.zip
FreeBSD-src-1ce9c620ee9f61a1157fba7e3cbaf3eca1709fb0.tar.gz
Add a src.conf option to build and install the DTrace test suite.
Reviewed by: gnn, ngie Differential Revision: https://reviews.freebsd.org/D3195
Diffstat (limited to 'share')
-rw-r--r--share/mk/src.opts.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk
index 48c51fa..ba8f48f 100644
--- a/share/mk/src.opts.mk
+++ b/share/mk/src.opts.mk
@@ -178,6 +178,7 @@ __DEFAULT_YES_OPTIONS = \
__DEFAULT_NO_OPTIONS = \
BSD_GREP \
CLANG_EXTRAS \
+ DTRACE_TESTS \
EISA \
HESIOD \
LLDB \
@@ -318,6 +319,10 @@ MK_KERBEROS:= no
MK_AUTHPF:= no
.endif
+.if ${MK_TESTS} == "no"
+MK_DTRACE_TESTS:= no
+.endif
+
.if ${MK_TEXTPROC} == "no"
MK_GROFF:= no
.endif
OpenPOWER on IntegriCloud