mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-04-28 06:33:36 +00:00
* modules/pthread_sigmask-tests (Depends-on): Remove test-xfail. (Makefile.am): Don't test OS_IS_NETBSD.
23 lines
468 B
Plaintext
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@
|