Hash :
b11005d1
Author :
Date :
2011-07-08T19:12:14
Tests for module 'pthread_sigmask'. * modules/pthread_sigmask-tests: New file. * tests/test-pthread_sigmask1.c: New file, based on tests/test-sigprocmask.c. * tests/test-pthread_sigmask2.c: New file.
Files:
tests/test-pthread_sigmask1.c
tests/test-pthread_sigmask2.c
tests/signature.h
tests/macros.h
Depends-on:
sleep
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) @LIB_PTHREAD_SIGMASK@
test_pthread_sigmask2_LDADD = $(LDADD) @LIB_PTHREAD_SIGMASK@ @LIBMULTITHREAD@