gnulib-tool: Use the Python implementation by default.
[gnulib.git] / modules / c32isupper-tests
blobe3584c8bd5d2fb93271954f85874ea211d0aecc6
1 Files:
2 tests/test-c32isupper.sh
3 tests/test-c32isupper.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-c32isupper.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-c32isupper
29 test_c32isupper_LDADD = $(LDADD) $(SETLOCALE_LIB) $(MBRTOWC_LIB) $(LIBUNISTRING) $(LIBC32CONV)