Files
RedBear-OS/local/recipes/dev/libtool/source/gnulib/modules/pthread_sigmask-tests
T

25 lines
567 B
Plaintext

Files:
tests/test-pthread_sigmask1.c
tests/test-pthread_sigmask2.c
tests/signature.h
tests/virtualbox.h
tests/macros.h
Depends-on:
inttypes
sleep
pthread-thread
test-xfail
configure.ac:
Makefile.am:
# Work around https://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=57214
if !OS_IS_NETBSD
TESTS += test-pthread_sigmask1
endif
TESTS += 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@