stdlib: support non-GCC __attribute__
[pspp] / modules / mbrtowc-tests
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-mbrtowc.c
7 tests/signature.h
8 tests/macros.h
9 m4/locale-fr.m4
10 m4/locale-ja.m4
11 m4/locale-zh.m4
12 m4/codeset.m4
13
14 Depends-on:
15 mbsinit
16 wctob
17 setlocale
18
19 configure.ac:
20 gt_LOCALE_FR
21 gt_LOCALE_FR_UTF8
22 gt_LOCALE_JA
23 gt_LOCALE_ZH_CN
24
25 Makefile.am:
26 TESTS += test-mbrtowc1.sh test-mbrtowc2.sh test-mbrtowc3.sh test-mbrtowc4.sh
27 TESTS_ENVIRONMENT += \
28   LOCALE_FR='@LOCALE_FR@' \
29   LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \
30   LOCALE_JA='@LOCALE_JA@' \
31   LOCALE_ZH_CN='@LOCALE_ZH_CN@'
32 check_PROGRAMS += test-mbrtowc
33