2 tests/test-mbsrtowcs1.sh
3 tests/test-mbsrtowcs2.sh
4 tests/test-mbsrtowcs3.sh
5 tests/test-mbsrtowcs4.sh
27 TESTS += test-mbsrtowcs1.sh test-mbsrtowcs2.sh test-mbsrtowcs3.sh test-mbsrtowcs4.sh
28 TESTS_ENVIRONMENT += \
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-mbsrtowcs
34 test_mbsrtowcs_LDADD = $(LDADD) $(LIB_SETLOCALE) $(LIB_MBRTOWC)