verify: new macro 'assume'
[gnulib.git] / modules / wcsnrtombs-tests
1 Files:
2 tests/test-wcsnrtombs1.sh
3 tests/test-wcsnrtombs2.sh
4 tests/test-wcsnrtombs3.sh
5 tests/test-wcsnrtombs4.sh
6 tests/test-wcsnrtombs.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-wcsnrtombs1.sh test-wcsnrtombs2.sh test-wcsnrtombs3.sh test-wcsnrtombs4.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-wcsnrtombs
31