Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/string-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 | d7eed0b7ef06 |
children |
rev | line source |
---|---|
8175 | 1 Files: |
2 tests/test-string.c | |
3 | |
4 Depends-on: | |
11658
8b1dcb465dff
tests: add test for bogus NULL definition
Eric Blake <ebb9@byu.net>
parents:
8175
diff
changeset
|
5 verify |
13082
d7eed0b7ef06
Split C++ tests into separate tests modules.
Bruno Haible <bruno@clisp.org>
parents:
12988
diff
changeset
|
6 string-c++-tests |
8175 | 7 |
8 configure.ac: | |
9 | |
10 Makefile.am: | |
11 TESTS += test-string | |
12 check_PROGRAMS += test-string |