Hash :
82fc38c8
Author :
Date :
2023-12-29T19:20:19
tests: don’t skip if LONG_MAX < pid * modules/pthread_sigmask-tests, modules/sigprocmask-tests: (Depends-on): Add inttypes. * tests/test-pthread_sigmask1.c, tests/test-sigprocmask.c: Include inttypes.h. (main): Don’t skip test if pid exceeds LONG_MAX.
Files:
tests/test-pthread_sigmask1.c
tests/test-pthread_sigmask2.c
tests/signature.h
tests/macros.h
Depends-on:
inttypes
sleep
pthread-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) @PTHREAD_SIGMASK_LIB@
test_pthread_sigmask2_LDADD = $(LDADD) @PTHREAD_SIGMASK_LIB@ @LIBMULTITHREAD@