manywarnings: Enable -Wthread-safety for clang.
[gnulib.git] / modules / c32rtomb-tests
blob0aaa6626b7d2393ce3a1d7efa2a373b69f29912e
1 Files:
2 tests/test-c32rtomb.sh
3 tests/test-c32rtomb.c
4 tests/test-c32rtomb-w32-2.sh
5 tests/test-c32rtomb-w32-3.sh
6 tests/test-c32rtomb-w32-4.sh
7 tests/test-c32rtomb-w32-5.sh
8 tests/test-c32rtomb-w32-6.sh
9 tests/test-c32rtomb-w32-7.sh
10 tests/test-c32rtomb-w32-8.sh
11 tests/test-c32rtomb-w32.c
12 tests/signature.h
13 tests/macros.h
14 m4/locale-en.m4
15 m4/locale-fr.m4
16 m4/locale-ja.m4
17 m4/locale-zh.m4
18 m4/codeset.m4
20 Depends-on:
21 btoc32
22 mbrtoc32
23 setlocale
24 localcharset
26 configure.ac:
27 gt_LOCALE_EN_UTF8
28 gt_LOCALE_FR
29 gt_LOCALE_FR_UTF8
30 gt_LOCALE_JA
31 gt_LOCALE_ZH_CN
33 Makefile.am:
34 TESTS += \
35   test-c32rtomb.sh \
36   test-c32rtomb-w32-2.sh test-c32rtomb-w32-3.sh test-c32rtomb-w32-4.sh \
37   test-c32rtomb-w32-5.sh test-c32rtomb-w32-6.sh test-c32rtomb-w32-7.sh \
38   test-c32rtomb-w32-8.sh
39 TESTS_ENVIRONMENT += \
40   LOCALE_EN_UTF8='@LOCALE_EN_UTF8@' \
41   LOCALE_FR='@LOCALE_FR@' \
42   LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \
43   LOCALE_JA='@LOCALE_JA@' \
44   LOCALE_ZH_CN='@LOCALE_ZH_CN@'
45 check_PROGRAMS += test-c32rtomb test-c32rtomb-w32
46 test_c32rtomb_LDADD = $(LDADD) $(LIBUNISTRING) $(SETLOCALE_LIB) $(LIBC32CONV)