svn commit: r359260 - in head: contrib/kyua etc/mtree lib lib/kyua lib/kyua/cli lib/kyua/drivers lib/kyua/engine lib/kyua/model lib/kyua/store lib/kyua/utils share/mk tools/build/mk usr.bin usr.bin...

Brooks Davis brooks at freebsd.org
Mon Mar 23 20:22:29 UTC 2020


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 455 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20200323/42726529/attachment.sig>


More information about the svn-src-all mailing list