verify: new macro 'assume'
[gnulib.git] / modules / setlocale-tests
1 Files:
2 tests/test-setlocale1.sh
3 tests/test-setlocale1.c
4 tests/test-setlocale2.sh
5 tests/test-setlocale2.c
6 tests/signature.h
7 tests/macros.h
8 m4/locale-fr.m4
9 m4/locale-ja.m4
10 m4/locale-zh.m4
11 m4/codeset.m4
12
13 Depends-on:
14 strdup
15
16 configure.ac:
17 gt_LOCALE_FR
18 gt_LOCALE_FR_UTF8
19 gt_LOCALE_JA
20 gt_LOCALE_ZH_CN
21
22 Makefile.am:
23 TESTS += test-setlocale1.sh test-setlocale2.sh
24 TESTS_ENVIRONMENT += \
25   LOCALE_FR='@LOCALE_FR@' \
26   LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \
27   LOCALE_JA='@LOCALE_JA@' \
28   LOCALE_ZH_CN='@LOCALE_ZH_CN@'
29 check_PROGRAMS += test-setlocale1 test-setlocale2