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 2019/04/04 15:27:35 kamil Exp $

.include <bsd.own.mk>

TESTSDIR=	${TESTSBASE}/usr.bin/indent
TESTS_SH=	t_indent

FILESDIR=	${TESTSDIR}
FILES=		binary.0
FILES+=		binary.0.stdout
FILES+=		comments.0
FILES+=		comments.0.pro
FILES+=		comments.0.stdout
FILES+=		declarations.0
FILES+=		declarations.0.stdout
FILES+=		elsecomment.0
FILES+=		elsecomment.0.stdout
FILES+=		elsecomment.0.pro
FILES+=		f_decls.0
FILES+=		f_decls.0.stdout
FILES+=		float.0
FILES+=		float.0.stdout
FILES+=		label.0
FILES+=		label.0.stdout
FILES+=		label.0.pro
FILES+=		list_head.0
FILES+=		list_head.0.stdout
FILES+=		ncs.0
FILES+=		ncs.0.stdout
FILES+=		ncs.0.pro
FILES+=		offsetof.0
FILES+=		offsetof.0.stdout
FILES+=		parens.0
FILES+=		parens.0.stdout
FILES+=		parens.0.pro
FILES+=		pcs.0
FILES+=		pcs.0.stdout
FILES+=		pcs.0.pro
FILES+=		cs.0
FILES+=		cs.0.stdout
FILES+=		cs.0.pro
FILES+=		struct.0
FILES+=		struct.0.stdout
FILES+=		surplusbad.0
FILES+=		surplusbad.0.stdout
FILES+=		surplusbad.0.pro
FILES+=		types_from_file.0
FILES+=		types_from_file.0.stdout
FILES+=		types_from_file.0.list
FILES+=		types_from_file.0.pro
FILES+=		wchar.0
FILES+=		wchar.0.stdout

.include <bsd.test.mk>