Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/inet_ntop-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 | a48d3d749ca5 |
children |
rev | line source |
---|---|
12236 | 1 Files: |
12496
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
12489
diff
changeset
|
2 tests/test-inet_ntop.c |
12489 | 3 tests/signature.h |
12496
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
12489
diff
changeset
|
4 tests/macros.h |
12236 | 5 |
6 Depends-on: | |
7 netinet_in | |
8 sys_socket | |
9 | |
10 configure.ac: | |
11 AC_C_BIGENDIAN | |
12 | |
13 Makefile.am: | |
14 TESTS += test-inet_ntop | |
15 check_PROGRAMS += test-inet_ntop | |
16 test_inet_ntop_LDADD = $(LDADD) @INET_NTOP_LIB@ |