xref: /freebsd-13.1/usr.bin/col/tests/Makefile (revision 6b43126f)
1# $FreeBSD$
2
3PACKAGE=	tests
4
5ATF_TESTS_SH=	col_test
6
7${PACKAGE}FILES+= \
8		hlf.in \
9		hlf2.in \
10		nl.in \
11		nl2.in \
12		nl3.in \
13		rlf.in \
14		rlf2.in \
15		rlf3.in
16
17.include <bsd.test.mk>
18