mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* 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.
18 lines
409 B
Plaintext
18 lines
409 B
Plaintext
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@
|