1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-04-28 06:33:36 +00:00
Files
gnulib/modules/pthread_sigmask-tests
Bruno Haible 184fc35f61 pthread_sigmask tests: Enable all tests on NetBSD.
* modules/pthread_sigmask-tests (Depends-on): Remove test-xfail.
(Makefile.am): Don't test OS_IS_NETBSD.
2026-04-04 15:16:17 +02:00

23 lines
468 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-h
sleep
pthread-thread
streq
memeq
configure.ac:
Makefile.am:
TESTS += test-pthread_sigmask1
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@