diffseq: port to GCC 14.2.1 in ‘patch’
[gnulib.git] / modules / mbstoc32s-tests
blobf7f6af8aa51d3b3eafd87951a48e66cf3ef31ab7
1 Files:
2 tests/test-mbstoc32s-1.sh
3 tests/test-mbstoc32s-2.sh
4 tests/test-mbstoc32s-3.sh
5 tests/test-mbstoc32s-4.sh
6 tests/test-mbstoc32s-5.sh
7 tests/test-mbstoc32s.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 btoc32
17 c32tob
18 setlocale
20 configure.ac:
21 gt_LOCALE_FR
22 gt_LOCALE_FR_UTF8
23 gt_LOCALE_JA
24 gt_LOCALE_ZH_CN
26 Makefile.am:
27 TESTS += \
28   test-mbstoc32s-1.sh test-mbstoc32s-2.sh test-mbstoc32s-3.sh \
29   test-mbstoc32s-4.sh test-mbstoc32s-5.sh
30 TESTS_ENVIRONMENT += \
31   LOCALE_FR='@LOCALE_FR@' \
32   LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \
33   LOCALE_JA='@LOCALE_JA@' \
34   LOCALE_ZH_CN='@LOCALE_ZH_CN@'
35 check_PROGRAMS += test-mbstoc32s
36 test_mbstoc32s_LDADD = $(LDADD) $(LIBUNISTRING) $(SETLOCALE_LIB) $(MBRTOWC_LIB) $(LIBC32CONV)