getopt-posix, crypto/md5-buffer: Fix __GNUC_PREREQ re clang.
[gnulib.git] / modules / iswdigit-tests
blobc2b15d610723efdc150960ce8936eecdfd617fae
1 Files:
2 tests/test-iswdigit.sh
3 tests/test-iswdigit.c
4 tests/signature.h
5 tests/macros.h
6 m4/locale-en.m4
7 m4/locale-fr.m4
8 m4/locale-ja.m4
9 m4/locale-zh.m4
10 m4/codeset.m4
12 Depends-on:
13 mbrtowc
14 setlocale
16 configure.ac:
17 gt_LOCALE_EN_UTF8
18 gt_LOCALE_FR
19 gt_LOCALE_FR_UTF8
20 gt_LOCALE_JA
21 gt_LOCALE_ZH_CN
23 Makefile.am:
24 TESTS += test-iswdigit.sh
25 TESTS_ENVIRONMENT += \
26   LOCALE_EN_UTF8='@LOCALE_EN_UTF8@' \
27   LOCALE_FR='@LOCALE_FR@' \
28   LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \
29   LOCALE_JA='@LOCALE_JA@' \
30   LOCALE_ZH_CN='@LOCALE_ZH_CN@'
31 check_PROGRAMS += test-iswdigit
32 test_iswdigit_LDADD = $(LDADD) $(SETLOCALE_LIB) $(MBRTOWC_LIB)