summaryrefslogtreecommitdiff
path: root/usr.bin/col/tests/Makefile
blob: c51bd57a56518068ceedb6f1bf4f0fc9da0effe1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PACKAGE=	tests

ATF_TESTS_SH=	col_test

${PACKAGE}FILES+= \
		hlf.in \
		hlf2.in \
		nl.in \
		nl2.in \
		nl3.in \
		rlf.in \
		rlf2.in \
		rlf3.in

.include <bsd.test.mk>