Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/pthread_sigmask-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 | ca34a467b2b5 |
children |
rev | line source |
---|---|
15379
ca34a467b2b5
Tests for module 'pthread_sigmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1 Files: |
ca34a467b2b5
Tests for module 'pthread_sigmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2 tests/test-pthread_sigmask1.c |
ca34a467b2b5
Tests for module 'pthread_sigmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3 tests/test-pthread_sigmask2.c |
ca34a467b2b5
Tests for module 'pthread_sigmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4 tests/signature.h |
ca34a467b2b5
Tests for module 'pthread_sigmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5 tests/macros.h |
ca34a467b2b5
Tests for module 'pthread_sigmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6 |
ca34a467b2b5
Tests for module 'pthread_sigmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7 Depends-on: |
ca34a467b2b5
Tests for module 'pthread_sigmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8 sleep |
ca34a467b2b5
Tests for module 'pthread_sigmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9 thread |
ca34a467b2b5
Tests for module 'pthread_sigmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
10 |
ca34a467b2b5
Tests for module 'pthread_sigmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
11 configure.ac: |
ca34a467b2b5
Tests for module 'pthread_sigmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
12 |
ca34a467b2b5
Tests for module 'pthread_sigmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
13 Makefile.am: |
ca34a467b2b5
Tests for module 'pthread_sigmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
14 TESTS += test-pthread_sigmask1 test-pthread_sigmask2 |
ca34a467b2b5
Tests for module 'pthread_sigmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
15 check_PROGRAMS += test-pthread_sigmask1 test-pthread_sigmask2 |
ca34a467b2b5
Tests for module 'pthread_sigmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
16 test_pthread_sigmask1_LDADD = $(LDADD) @LIB_PTHREAD_SIGMASK@ |
ca34a467b2b5
Tests for module 'pthread_sigmask'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
17 test_pthread_sigmask2_LDADD = $(LDADD) @LIB_PTHREAD_SIGMASK@ @LIBMULTITHREAD@ |