tests: add signature checks
[pspp] / modules / wcrtomb-tests
1 Files:
2 tests/signature.h
3 tests/test-wcrtomb.sh
4 tests/test-wcrtomb.c
5 m4/locale-fr.m4
6 m4/locale-ja.m4
7 m4/locale-zh.m4
8 m4/codeset.m4
9
10 Depends-on:
11 btowc
12
13 configure.ac:
14 gt_LOCALE_FR
15 gt_LOCALE_FR_UTF8
16 gt_LOCALE_JA
17 gt_LOCALE_ZH_CN
18
19 Makefile.am:
20 TESTS += test-wcrtomb.sh
21 TESTS_ENVIRONMENT += \
22   EXEEXT='@EXEEXT@' \
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-wcrtomb
28