Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / mbrtowc-tests
blobfe948c3944c90e0a68b5bc0cbee672fc86be6d2e
1 Files:
2 tests/test-mbrtowc1.sh
3 tests/test-mbrtowc2.sh
4 tests/test-mbrtowc3.sh
5 tests/test-mbrtowc4.sh
6 tests/test-mbrtowc5.sh
7 tests/test-mbrtowc.c
8 tests/test-mbrtowc-w32-1.sh
9 tests/test-mbrtowc-w32-2.sh
10 tests/test-mbrtowc-w32-3.sh
11 tests/test-mbrtowc-w32-4.sh
12 tests/test-mbrtowc-w32-5.sh
13 tests/test-mbrtowc-w32.c
14 tests/signature.h
15 tests/macros.h
16 m4/locale-fr.m4
17 m4/locale-ja.m4
18 m4/locale-zh.m4
19 m4/codeset.m4
21 Depends-on:
22 mbsinit
23 wctob
24 setlocale
26 configure.ac:
27 gt_LOCALE_FR
28 gt_LOCALE_FR_UTF8
29 gt_LOCALE_JA
30 gt_LOCALE_ZH_CN
32 Makefile.am:
33 TESTS += \
34   test-mbrtowc1.sh test-mbrtowc2.sh test-mbrtowc3.sh test-mbrtowc4.sh \
35   test-mbrtowc5.sh \
36   test-mbrtowc-w32-1.sh test-mbrtowc-w32-2.sh test-mbrtowc-w32-3.sh \
37   test-mbrtowc-w32-4.sh test-mbrtowc-w32-5.sh
38 TESTS_ENVIRONMENT += \
39   LOCALE_FR='@LOCALE_FR@' \
40   LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \
41   LOCALE_JA='@LOCALE_JA@' \
42   LOCALE_ZH_CN='@LOCALE_ZH_CN@'
43 check_PROGRAMS += test-mbrtowc test-mbrtowc-w32