On Mon, Mar 23, 2020 at 08:15:22PM +0000, Alexey Dokuchaev wrote:
> On Mon, Mar 23, 2020 at 07:01:24PM +0000, Brooks Davis wrote:
> > New Revision: 359260
> > URL: https://svnweb.freebsd.org/changeset/base/359260
> > 
> > Log:
> >   Import the kyua test framework.
> >   
> >   Having kyua in the base system will simplify automated testing in CI
> >   and eliminates bootstrapping issues on new platforms.
> >   
> >   The build of kyua is controlled by WITH(OUT)_TESTS_SUPPORT.
> 
> What's WITH(OUT)_TESTS_SUPPORT relationship with MK_TESTS?  I often put
> MK_TESTS=no in /etc/make.conf on space-limited machines, do I also have
> to add WITHOUT_TESTS_SUPPORT there now?  Perhaps it makes sense to fold
> two knobs into one?

WITHOUT_TESTS set MK_TESTS_SUPPORT=no unless WITH_TESTS_SUPPORT is
specified (src.conf.5 documents this fairly clearly).  This allows the
test framework to be available without tests.

-- Brooks

Attachment: signature.asc
Description: PGP signature

Reply via email to