diffseq: port to GCC 14.2.1 in ‘patch’
[gnulib.git] / modules / c32tolower-tests
blob48f53e42cfa6af5688b7a43e3ee3b0b94b5f1f3e
1 Files:
2 tests/test-c32tolower.sh
3 tests/test-c32tolower.c
4 tests/signature.h
5 tests/macros.h
6 m4/locale-fr.m4
7 m4/locale-ja.m4
8 m4/locale-zh.m4
9 m4/codeset.m4
11 Depends-on:
12 mbrtoc32
13 c32rtomb
14 setlocale
16 configure.ac:
17 gt_LOCALE_FR
18 gt_LOCALE_FR_UTF8
19 gt_LOCALE_JA
20 gt_LOCALE_ZH_CN
22 Makefile.am:
23 TESTS += test-c32tolower.sh
24 TESTS_ENVIRONMENT += \
25   LOCALE_FR='@LOCALE_FR@' \
26   LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \
27   LOCALE_JA='@LOCALE_JA@' \
28   LOCALE_ZH_CN='@LOCALE_ZH_CN@'
29 check_PROGRAMS += test-c32tolower
30 test_c32tolower_LDADD = $(LDADD) $(SETLOCALE_LIB) $(MBRTOWC_LIB) $(LIBUNISTRING) $(LIBC32CONV)