verify: new macro 'assume'
[gnulib.git] / modules / wcsrtombs-tests
1 Files:
2 tests/test-wcsrtombs1.sh
3 tests/test-wcsrtombs2.sh
4 tests/test-wcsrtombs3.sh
5 tests/test-wcsrtombs4.sh
6 tests/test-wcsrtombs.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 setlocale
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-wcsrtombs1.sh test-wcsrtombs2.sh test-wcsrtombs3.sh test-wcsrtombs4.sh
25 TESTS_ENVIRONMENT += \
26   LOCALE_FR='@LOCALE_FR@' \
27   LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \
28   LOCALE_JA='@LOCALE_JA@' \
29   LOCALE_ZH_CN='@LOCALE_ZH_CN@'
30 check_PROGRAMS += test-wcsrtombs
31