manywarnings: update C warnings for GCC 14
[gnulib.git] / modules / c32isgraph-tests
blobaf717306e075c492ea8e9bf505bc493cd59e678a
1 Files:
2 tests/test-c32isgraph.sh
3 tests/test-c32isgraph.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
10 m4/musl.m4
12 Depends-on:
13 mbrtoc32
14 setlocale
16 configure.ac:
17 gt_LOCALE_FR
18 gt_LOCALE_FR_UTF8
19 gt_LOCALE_JA
20 gt_LOCALE_ZH_CN
21 gl_MUSL_LIBC
23 Makefile.am:
24 TESTS += test-c32isgraph.sh
25 TESTS_ENVIRONMENT += \
26   LOCALE_FR='@LOCALE_FR@' \
27   LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \
28   LOCALE_JA='@LOCALE_JA@' \
29   LOCALE_ZH_CN='@LOCALE_ZH_CN@'
30 check_PROGRAMS += test-c32isgraph
31 test_c32isgraph_LDADD = $(LDADD) $(SETLOCALE_LIB) $(MBRTOWC_LIB) $(LIBUNISTRING) $(LIBC32CONV)