From a1c2413d526b9f8092ce51d25a1ef9b599e831a9 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Wed, 2 Aug 2017 21:52:59 +0000 Subject: [PATCH] Promote MK_TESTS from src.opts.mk to bsd.opts.mk This knob is needed here to avoid polluting suite.tests.mk with src.opts.mk for a knob that will be introduced in the following commit. --- share/mk/bsd.opts.mk | 1 + share/mk/src.opts.mk | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/share/mk/bsd.opts.mk b/share/mk/bsd.opts.mk index bdfff5acc5ba..4f619a1dc3d7 100644 --- a/share/mk/bsd.opts.mk +++ b/share/mk/bsd.opts.mk @@ -63,6 +63,7 @@ __DEFAULT_YES_OPTIONS = \ PROFILE \ SSP \ SYMVER \ + TESTS \ TOOLCHAIN \ WARNS diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk index 925b23d14e80..73ec2aff0c3d 100644 --- a/share/mk/src.opts.mk +++ b/share/mk/src.opts.mk @@ -160,7 +160,6 @@ __DEFAULT_YES_OPTIONS = \ TCP_WRAPPERS \ TCSH \ TELNET \ - TESTS \ TEXTPROC \ TFTP \ TIMED \