getopt-posix, crypto/md5-buffer: Fix __GNUC_PREREQ re clang.
[gnulib.git] / modules / mbsrtoc32s-tests
blobf0cd5441cbe39aba133303b3971a74d255b8abc7
1 Files:
2 tests/test-mbsrtoc32s-1.sh
3 tests/test-mbsrtoc32s-2.sh
4 tests/test-mbsrtoc32s-3.sh
5 tests/test-mbsrtoc32s-4.sh
6 tests/test-mbsrtoc32s-5.sh
7 tests/test-mbsrtoc32s.c
8 tests/signature.h
9 tests/macros.h
10 m4/locale-en.m4
11 m4/locale-fr.m4
12 m4/locale-ja.m4
13 m4/locale-zh.m4
14 m4/codeset.m4
16 Depends-on:
17 mbrtoc32
18 mbsinit
19 btoc32
20 c32tob
21 setlocale
23 configure.ac:
24 gt_LOCALE_EN_UTF8
25 gt_LOCALE_FR
26 gt_LOCALE_FR_UTF8
27 gt_LOCALE_JA
28 gt_LOCALE_ZH_CN
30 Makefile.am:
31 TESTS += \
32   test-mbsrtoc32s-1.sh test-mbsrtoc32s-2.sh test-mbsrtoc32s-3.sh \
33   test-mbsrtoc32s-4.sh test-mbsrtoc32s-5.sh
34 TESTS_ENVIRONMENT += \
35   LOCALE_EN_UTF8='@LOCALE_EN_UTF8@' \
36   LOCALE_FR='@LOCALE_FR@' \
37   LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \
38   LOCALE_JA='@LOCALE_JA@' \
39   LOCALE_ZH_CN='@LOCALE_ZH_CN@'
40 check_PROGRAMS += test-mbsrtoc32s
41 test_mbsrtoc32s_LDADD = $(LDADD) $(LIBUNISTRING) $(SETLOCALE_LIB) $(MBRTOWC_LIB) $(LIBC32CONV)