verify: new macro 'assume'
[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 tests/signature.h
8 tests/macros.h
9 m4/locale-fr.m4
10 m4/locale-ja.m4
11 m4/locale-zh.m4
12 m4/codeset.m4
13
14 Depends-on:
15 mbrtowc
16 mbsinit
17 wctob
18 setlocale
19
20 configure.ac:
21 gt_LOCALE_FR
22 gt_LOCALE_FR_UTF8
23 gt_LOCALE_JA
24 gt_LOCALE_ZH_CN
25
26 Makefile.am:
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