Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# $NetBSD: Makefile,v 1.1 2013/02/23 14:16:54 jmmv Exp $

.include <bsd.init.mk>

TESTSDIR=	${TESTSBASE}/kyua-cli

TESTS_SUBDIRS=	cli engine examples integration store utils

# Build and install the 'bootstrap' tests but prevent them from being
# recursed into from the Atffile.  These tests are broken in platforms
# where /bin/sh is not bash (like NetBSD).  Kyua's Issue 24 has more
# details.
SUBDIR=	bootstrap

.include <bsd.test.mk>