aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/sort/tests/Makefile
blob: 752dec06bbff27211b2e83d80ae0620ba2ebaa1d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

PACKAGE=	tests

NETBSD_ATF_TESTS_SH=	sort_test
ATF_TESTS_SH=		sort_monthsort_test

${PACKAGE}FILES+=		d_any_char_dflag_out.txt
${PACKAGE}FILES+=		d_any_char_fflag_out.txt
${PACKAGE}FILES+=		d_any_char_iflag_out.txt
${PACKAGE}FILES+=		d_any_char_in.txt

.include <netbsd-tests.test.mk>

.include <bsd.test.mk>