iconv: Work around AIX 6.1..7.1 bug.
[gnulib.git] / modules / wcrtomb-tests
1 Files:
2 tests/test-wcrtomb.sh
3 tests/test-wcrtomb.c
4 tests/signature.h
5 tests/macros.h
6 m4/locale-fr.m4
7 m4/locale-ja.m4
8 m4/locale-zh.m4
9 m4/codeset.m4
10
11 Depends-on:
12 btowc
13
14 configure.ac:
15 gt_LOCALE_FR
16 gt_LOCALE_FR_UTF8
17 gt_LOCALE_JA
18 gt_LOCALE_ZH_CN
19
20 Makefile.am:
21 TESTS += test-wcrtomb.sh
22 TESTS_ENVIRONMENT += \
23   LOCALE_FR='@LOCALE_FR@' \
24   LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \
25   LOCALE_JA='@LOCALE_JA@' \
26   LOCALE_ZH_CN='@LOCALE_ZH_CN@'
27 check_PROGRAMS += test-wcrtomb
28