maintainer-makefile: Prohibit BSD4.3/SysV u_char etc types.
[gnulib.git] / modules / mbrtoc32-tests
blobdb052209da88521552087befd7e331b9d7c12fd8
1 Files:
2 tests/test-mbrtoc32-1.sh
3 tests/test-mbrtoc32-2.sh
4 tests/test-mbrtoc32-3.sh
5 tests/test-mbrtoc32-4.sh
6 tests/test-mbrtoc32-5.sh
7 tests/test-mbrtoc32.c
8 tests/test-mbrtoc32-w32-2.sh
9 tests/test-mbrtoc32-w32-3.sh
10 tests/test-mbrtoc32-w32-4.sh
11 tests/test-mbrtoc32-w32-5.sh
12 tests/test-mbrtoc32-w32-6.sh
13 tests/test-mbrtoc32-w32-7.sh
14 tests/test-mbrtoc32-w32-8.sh
15 tests/test-mbrtoc32-w32.c
16 tests/signature.h
17 tests/macros.h
18 m4/locale-fr.m4
19 m4/locale-ja.m4
20 m4/locale-zh.m4
21 m4/codeset.m4
23 Depends-on:
24 mbsinit
25 btoc32
26 c32tob
27 setlocale
28 localcharset
30 configure.ac:
31 gt_LOCALE_FR
32 gt_LOCALE_FR_UTF8
33 gt_LOCALE_JA
34 gt_LOCALE_ZH_CN
36 Makefile.am:
37 TESTS += \
38   test-mbrtoc32-1.sh test-mbrtoc32-2.sh test-mbrtoc32-3.sh test-mbrtoc32-4.sh \
39   test-mbrtoc32-5.sh \
40   test-mbrtoc32-w32-2.sh test-mbrtoc32-w32-3.sh test-mbrtoc32-w32-4.sh \
41   test-mbrtoc32-w32-5.sh test-mbrtoc32-w32-6.sh test-mbrtoc32-w32-7.sh \
42   test-mbrtoc32-w32-8.sh
43 TESTS_ENVIRONMENT += \
44   LOCALE_FR='@LOCALE_FR@' \
45   LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \
46   LOCALE_JA='@LOCALE_JA@' \
47   LOCALE_ZH_CN='@LOCALE_ZH_CN@'
48 check_PROGRAMS += test-mbrtoc32 test-mbrtoc32-w32
49 test_mbrtoc32_LDADD = $(LDADD) $(LIBUNISTRING) $(SETLOCALE_LIB) $(MBRTOWC_LIB) $(LIBC32CONV)