xref: /netbsd-src/tests/usr.bin/col/Makefile (revision 340d07a6bc690e43aaa462eb1a3bbd41fe2b8a91)
1# $FreeBSD: head/usr.bin/col/tests/Makefile 366577 2020-10-09 15:27:37Z markj $
2
3PACKAGE=	tests
4
5TESTSDIR=	${TESTSBASE}/usr.bin/col
6TESTS_SH=	t_col
7
8FILESDIR=       ${TESTSDIR}
9FILES+=		\
10		hlf.in \
11		hlf2.in \
12		nl.in \
13		nl2.in \
14		nl3.in \
15		rlf.in \
16		rlf2.in \
17		rlf3.in
18
19.include <bsd.test.mk>
20