Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/mbschr-tests @ 16364:89227b989588
fatal-signal: use C prototypes (with explicit void).
* lib/fatal-signal.c (uninstall_handlers, install_handlers)
(init_fatal_signal_set, block_fatal_signals): Fix signatures.
author | Akim Demaille <demaille@gostai.com> |
---|---|
date | Wed, 08 Feb 2012 10:36:20 +0100 |
parents | 413f5a66c55a |
children |
rev | line source |
---|---|
8128 | 1 Files: |
2 tests/test-mbschr.sh | |
3 tests/test-mbschr.c | |
12496
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
9284
diff
changeset
|
4 tests/macros.h |
8128 | 5 m4/locale-zh.m4 |
6 m4/codeset.m4 | |
7 | |
8 Depends-on: | |
14335
413f5a66c55a
Avoid setlocale bugs in tests.
Bruno Haible <bruno@clisp.org>
parents:
12775
diff
changeset
|
9 setlocale |
8128 | 10 |
11 configure.ac: | |
12 gt_LOCALE_ZH_CN | |
13 | |
14 Makefile.am: | |
15 TESTS += test-mbschr.sh | |
12775
03aab12b3f15
Provide EXEEXT and srcdir in TESTS_ENVIRONMENT by default.
Bruno Haible <bruno@clisp.org>
parents:
12496
diff
changeset
|
16 TESTS_ENVIRONMENT += LOCALE_ZH_CN='@LOCALE_ZH_CN@' |
8128 | 17 check_PROGRAMS += test-mbschr |
18 |