freebsd-skq/lib/kyua/Makefile
brooks 2af35c15f0 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.

Reviewed by:	emaste
Obtained from:	CheriBSD
Sponsored by:	DARPA
Differential Revision:	https://reviews.freebsd.org/D24103
2020-03-23 19:01:23 +00:00

11 lines
105 B
Makefile

# $FreeBSD$
SUBDIR= cli \
drivers \
engine \
model \
store \
utils
.include <bsd.subdir.mk>