verify: new macro 'assume'
[gnulib.git] / modules / mbrtowc-tests
1 Files:
2 tests/test-mbrtowc1.sh
3 tests/test-mbrtowc2.sh
4 tests/test-mbrtowc3.sh
5 tests/test-mbrtowc4.sh
6 tests/test-mbrtowc.c
7 tests/test-mbrtowc-w32-1.sh
8 tests/test-mbrtowc-w32-2.sh
9 tests/test-mbrtowc-w32-3.sh
10 tests/test-mbrtowc-w32-4.sh
11 tests/test-mbrtowc-w32-5.sh
12 tests/test-mbrtowc-w32.c
13 tests/signature.h
14 tests/macros.h
15 m4/locale-fr.m4
16 m4/locale-ja.m4
17 m4/locale-zh.m4
18 m4/codeset.m4
19
20 Depends-on:
21 mbsinit
22 wctob
23 setlocale
24
25 configure.ac:
26 gt_LOCALE_FR
27 gt_LOCALE_FR_UTF8
28 gt_LOCALE_JA
29 gt_LOCALE_ZH_CN
30
31 Makefile.am:
32 TESTS += \
33   test-mbrtowc1.sh test-mbrtowc2.sh test-mbrtowc3.sh test-mbrtowc4.sh \
34   test-mbrtowc-w32-1.sh test-mbrtowc-w32-2.sh test-mbrtowc-w32-3.sh \
35   test-mbrtowc-w32-4.sh test-mbrtowc-w32-5.sh
36 TESTS_ENVIRONMENT += \
37   LOCALE_FR='@LOCALE_FR@' \
38   LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \
39   LOCALE_JA='@LOCALE_JA@' \
40   LOCALE_ZH_CN='@LOCALE_ZH_CN@'
41 check_PROGRAMS += test-mbrtowc test-mbrtowc-w32
42