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

ATF_TESTS_SH=	locale_test

${PACKAGE}FILES+=	k_flag_posix_monetary.out
${PACKAGE}FILES+=	k_flag_posix_numeric.out
${PACKAGE}FILES+=	k_flag_posix_time.out
${PACKAGE}FILES+=	k_flag_posix_messages.out
${PACKAGE}FILES+=	no_flags_posix_monetary.out
${PACKAGE}FILES+=	no_flags_posix_numeric.out
${PACKAGE}FILES+=	no_flags_posix_time.out
${PACKAGE}FILES+=	no_flags_posix_messages.out

.include <bsd.test.mk>