strerrorname_np: Add tests.
[gnulib.git] / modules / iswxdigit-tests
blob425c51c96c2534a8fe7f87656015707ba3f20b0f
1 Files:
2 tests/test-iswxdigit.sh
3 tests/test-iswxdigit.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 mbrtowc
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-iswxdigit.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-iswxdigit
29 test_iswxdigit_LDADD = $(LDADD) $(LIB_SETLOCALE) $(LIB_MBRTOWC)