2 tests/test-c32isalpha.sh
3 tests/test-c32isalpha.c
26 TESTS += test-c32isalpha.sh
27 TESTS_ENVIRONMENT += \
28 LOCALE_EN_UTF8='@LOCALE_EN_UTF8@' \
29 LOCALE_FR='@LOCALE_FR@' \
30 LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \
31 LOCALE_JA='@LOCALE_JA@' \
32 LOCALE_ZH_CN='@LOCALE_ZH_CN@'
33 check_PROGRAMS += test-c32isalpha
34 test_c32isalpha_LDADD = $(LDADD) $(SETLOCALE_LIB) $(MBRTOWC_LIB) $(LIBUNISTRING) $(LIBC32CONV)