xref: /freebsd-14.2/usr.bin/sort/tests/Makefile (revision bd1739a7)
1
2PACKAGE=	tests
3
4NETBSD_ATF_TESTS_SH=	sort_test
5ATF_TESTS_SH=		sort_monthsort_test
6
7${PACKAGE}FILES+=		d_any_char_dflag_out.txt
8${PACKAGE}FILES+=		d_any_char_fflag_out.txt
9${PACKAGE}FILES+=		d_any_char_iflag_out.txt
10${PACKAGE}FILES+=		d_any_char_in.txt
11
12.include <netbsd-tests.test.mk>
13
14.include <bsd.test.mk>
15