gnulib-tool.py: Fix formatting of error message in last commit.
[gnulib.git] / modules / mbsnrtowcs-tests
blob5ab84b6c71cc238a1aeefff891b3dcb143348bbd
1 Files:
2 tests/test-mbsnrtowcs-1.sh
3 tests/test-mbsnrtowcs-2.sh
4 tests/test-mbsnrtowcs-3.sh
5 tests/test-mbsnrtowcs-4.sh
6 tests/test-mbsnrtowcs-5.sh
7 tests/test-mbsnrtowcs.c
8 tests/signature.h
9 tests/macros.h
10 m4/locale-fr.m4
11 m4/locale-ja.m4
12 m4/locale-zh.m4
13 m4/codeset.m4
15 Depends-on:
16 mbrtowc
17 mbsinit
18 wctob
19 setlocale
21 configure.ac:
22 gt_LOCALE_FR
23 gt_LOCALE_FR_UTF8
24 gt_LOCALE_JA
25 gt_LOCALE_ZH_CN
27 Makefile.am:
28 TESTS += \
29   test-mbsnrtowcs-1.sh test-mbsnrtowcs-2.sh test-mbsnrtowcs-3.sh \
30   test-mbsnrtowcs-4.sh test-mbsnrtowcs-5.sh
31 TESTS_ENVIRONMENT += \
32   LOCALE_FR='@LOCALE_FR@' \
33   LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \
34   LOCALE_JA='@LOCALE_JA@' \
35   LOCALE_ZH_CN='@LOCALE_ZH_CN@'
36 check_PROGRAMS += test-mbsnrtowcs
37 test_mbsnrtowcs_LDADD = $(LDADD) $(SETLOCALE_LIB) $(MBRTOWC_LIB)