2f9f2cb3ebb23f29f765a2531538313617dc80f6
[gnulib.git] / modules / mbsnrtowcs-tests
1 Files:
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
7 m4/locale-fr.m4
8 m4/locale-ja.m4
9 m4/locale-zh.m4
10 m4/codeset.m4
11
12 Depends-on:
13 mbrtowc
14 mbsinit
15 wctob
16
17 configure.ac:
18 gt_LOCALE_FR
19 gt_LOCALE_FR_UTF8
20 gt_LOCALE_JA
21 gt_LOCALE_ZH_CN
22
23 Makefile.am:
24 TESTS += test-mbsnrtowcs1.sh test-mbsnrtowcs2.sh test-mbsnrtowcs3.sh test-mbsnrtowcs4.sh
25 TESTS_ENVIRONMENT += \
26   EXEEXT='@EXEEXT@' \
27   LOCALE_FR='@LOCALE_FR@' \
28   LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \
29   LOCALE_JA='@LOCALE_JA@' \
30   LOCALE_ZH_CN='@LOCALE_ZH_CN@'
31 check_PROGRAMS += test-mbsnrtowcs
32