putenv tests: Put the putenv() argument strings into writable memory.
[gnulib.git] / modules / mbstowcs-tests
blobfa66f816fae404035dff9cdd85c1983bb46ccae2
1 Files:
2 tests/test-mbstowcs-1.sh
3 tests/test-mbstowcs-2.sh
4 tests/test-mbstowcs-3.sh
5 tests/test-mbstowcs-4.sh
6 tests/test-mbstowcs-5.sh
7 tests/test-mbstowcs.c
8 tests/signature.h
9 tests/macros.h
10 m4/locale-fr.m4
11 m4/locale-ja.m4
12 m4/locale-zh.m4
13 m4/codeset.m4
15 Depends-on:
16 mbrtowc
17 mbsinit
18 wctob
19 setlocale
21 configure.ac:
22 gt_LOCALE_FR
23 gt_LOCALE_FR_UTF8
24 gt_LOCALE_JA
25 gt_LOCALE_ZH_CN
27 Makefile.am:
28 TESTS += \
29   test-mbstowcs-1.sh test-mbstowcs-2.sh test-mbstowcs-3.sh test-mbstowcs-4.sh \
30   test-mbstowcs-5.sh
31 TESTS_ENVIRONMENT += \
32   LOCALE_FR='@LOCALE_FR@' \
33   LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \
34   LOCALE_JA='@LOCALE_JA@' \
35   LOCALE_ZH_CN='@LOCALE_ZH_CN@'
36 check_PROGRAMS += test-mbstowcs
37 test_mbstowcs_LDADD = $(LDADD) $(SETLOCALE_LIB) $(MBRTOWC_LIB)