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