2019-09-10 15:09:46 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
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
|
2019-09-11 15:39:28 +00:00
|
|
|
${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
|
2019-09-10 15:09:46 +00:00
|
|
|
|
|
|
|
.include <bsd.test.mk>
|