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