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