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 2020/08/26 16:03:42 riastradh Exp $
#

.include <bsd.own.mk>

TESTSDIR=	${TESTSBASE}/net/if_wg

.for name in basic interoperability misc tunnel
TESTS_SH+=		t_${name}
TESTS_SH_SRC_t_${name}=	../net_common.sh ./common.sh t_${name}.sh
.endfor

.include <bsd.test.mk>