Mercurial > hg > octave-kai > gnulib-hg
annotate modules/pthread_sigmask-tests @ 16063:c3b6b5b6bc32
More conditional dependencies.
* modules/faccessat (Depends-on): Add conditions.
* modules/fchmodat (Depends-on): Likewise.
* modules/fchownat (Depends-on): Likewise.
* modules/fstatat (Depends-on): Likewise.
* modules/mkfifoat (Depends-on): Likewise.
* modules/readlinkat (Depends-on): Likewise.
* modules/symlinkat (Depends-on): Likewise.
* modules/unlinkat (Depends-on): Likewise.
* modules/utimensat (Depends-on): Likewise.
* modules/mkdirat (Depends-on): Add sys_stat. Add conditions.
* modules/linkat (Depends-on): Refine the conditions.
* modules/renameat (Depends-on): Likewise.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Wed, 09 Nov 2011 02:42:45 +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@ |