error-h: Avoid namespace pollution on mingw.
[gnulib.git] / modules / c32isblank-tests
blobffcab15a9a2c5738ecb931a4c590d769c314e066
1 Files:
2 tests/test-c32isblank.sh
3 tests/test-c32isblank.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 setlocale
15 configure.ac:
16 gt_LOCALE_FR
17 gt_LOCALE_FR_UTF8
18 gt_LOCALE_JA
19 gt_LOCALE_ZH_CN
21 Makefile.am:
22 TESTS += test-c32isblank.sh
23 TESTS_ENVIRONMENT += \
24   LOCALE_FR='@LOCALE_FR@' \
25   LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \
26   LOCALE_JA='@LOCALE_JA@' \
27   LOCALE_ZH_CN='@LOCALE_ZH_CN@'
28 check_PROGRAMS += test-c32isblank
29 test_c32isblank_LDADD = $(LDADD) $(SETLOCALE_LIB) $(MBRTOWC_LIB) $(LIBUNISTRING) $(LIBC32CONV)