havelib: Fix for Solaris 11 OpenIndiana and Solaris 11 OmniOS.
[gnulib.git] / modules / c32rtomb-tests
bloba8d2bee3fe8ee6382d5971a6575938761bc09aff
1 Files:
2 tests/test-c32rtomb.sh
3 tests/test-c32rtomb.c
4 tests/test-c32rtomb-w32-1.sh
5 tests/test-c32rtomb-w32-2.sh
6 tests/test-c32rtomb-w32-3.sh
7 tests/test-c32rtomb-w32-4.sh
8 tests/test-c32rtomb-w32-5.sh
9 tests/test-c32rtomb-w32-6.sh
10 tests/test-c32rtomb-w32-7.sh
11 tests/test-c32rtomb-w32.c
12 tests/signature.h
13 tests/macros.h
14 m4/locale-fr.m4
15 m4/locale-ja.m4
16 m4/locale-zh.m4
17 m4/codeset.m4
19 Depends-on:
20 btoc32
21 mbrtoc32
22 setlocale
23 localcharset
25 configure.ac:
26 gt_LOCALE_FR
27 gt_LOCALE_FR_UTF8
28 gt_LOCALE_JA
29 gt_LOCALE_ZH_CN
31 Makefile.am:
32 TESTS += \
33   test-c32rtomb.sh \
34   test-c32rtomb-w32-1.sh test-c32rtomb-w32-2.sh test-c32rtomb-w32-3.sh \
35   test-c32rtomb-w32-4.sh test-c32rtomb-w32-5.sh test-c32rtomb-w32-6.sh \
36   test-c32rtomb-w32-7.sh
37 TESTS_ENVIRONMENT += \
38   LOCALE_FR='@LOCALE_FR@' \
39   LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \
40   LOCALE_JA='@LOCALE_JA@' \
41   LOCALE_ZH_CN='@LOCALE_ZH_CN@'
42 check_PROGRAMS += test-c32rtomb test-c32rtomb-w32
43 test_c32rtomb_LDADD = $(LDADD) $(LIB_SETLOCALE)