summaryrefslogtreecommitdiff
path: root/modules/pthread_sigmask-tests
blob: e4e0d5b019561895a71a92e52a9059c83a4fb03b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Files:
tests/test-pthread_sigmask1.c
tests/test-pthread_sigmask2.c
tests/signature.h
tests/macros.h

Depends-on:
sleep
pthread-thread

configure.ac:

Makefile.am:
TESTS += test-pthread_sigmask1 test-pthread_sigmask2
check_PROGRAMS += test-pthread_sigmask1 test-pthread_sigmask2
test_pthread_sigmask1_LDADD = $(LDADD) @PTHREAD_SIGMASK_LIB@
test_pthread_sigmask2_LDADD = $(LDADD) @PTHREAD_SIGMASK_LIB@ @LIBMULTITHREAD@