2 tests/test-iswxdigit.sh
22 TESTS += test-iswxdigit.sh
23 TESTS_ENVIRONMENT += \
24 LOCALE_FR='@LOCALE_FR@' \
25 LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \
26 LOCALE_JA='@LOCALE_JA@' \
27 LOCALE_ZH_CN='@LOCALE_ZH_CN@'
28 check_PROGRAMS += test-iswxdigit
29 test_iswxdigit_LDADD = $(LDADD) $(LIB_SETLOCALE) $(LIB_MBRTOWC)