gnulib-tool.py: Handle module dependencies that cannot be found.
[gnulib.git] / modules / mbsnrtoc32s-tests
blobbb02c10852e1857aaac075ef6f8d4ccc3c7a2c9e
1 Files:
2 tests/test-mbsnrtoc32s-1.sh
3 tests/test-mbsnrtoc32s-2.sh
4 tests/test-mbsnrtoc32s-3.sh
5 tests/test-mbsnrtoc32s-4.sh
6 tests/test-mbsnrtoc32s-5.sh
7 tests/test-mbsnrtoc32s.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 mbrtoc32
17 mbsinit
18 btoc32
19 c32tob
20 setlocale
22 configure.ac:
23 gt_LOCALE_FR
24 gt_LOCALE_FR_UTF8
25 gt_LOCALE_JA
26 gt_LOCALE_ZH_CN
28 Makefile.am:
29 TESTS += \
30   test-mbsnrtoc32s-1.sh test-mbsnrtoc32s-2.sh test-mbsnrtoc32s-3.sh \
31   test-mbsnrtoc32s-4.sh test-mbsnrtoc32s-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-mbsnrtoc32s
38 test_mbsnrtoc32s_LDADD = $(LDADD) $(LIBUNISTRING) $(SETLOCALE_LIB) $(MBRTOWC_LIB) $(LIBC32CONV)