2 tests/test-mbsnrtowcs1.sh
3 tests/test-mbsnrtowcs2.sh
4 tests/test-mbsnrtowcs3.sh
5 tests/test-mbsnrtowcs4.sh
6 tests/test-mbsnrtowcs.c
27 TESTS += test-mbsnrtowcs1.sh test-mbsnrtowcs2.sh test-mbsnrtowcs3.sh test-mbsnrtowcs4.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-mbsnrtowcs
34 test_mbsnrtowcs_LDADD = $(LDADD) $(LIB_SETLOCALE) $(LIB_MBRTOWC)