mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* modules/pthread-cond-tests (configure.ac): Test whether 'alarm' is declared. * modules/pthread-mutex-tests (configure.ac): Likewise. * modules/pthread-once-tests (configure.ac): Likewise. * modules/pthread-rwlock-tests (configure.ac): Likewise. * modules/pthread-tss-tests (configure.ac): Likewise. * modules/regex-tests (configure.ac): Likewise.
18 lines
297 B
Plaintext
18 lines
297 B
Plaintext
Files:
|
|
tests/test-pthread-tss.c
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
pthread-thread
|
|
pthread-mutex
|
|
sched_yield
|
|
random
|
|
|
|
configure.ac:
|
|
AC_CHECK_DECLS_ONCE([alarm])
|
|
|
|
Makefile.am:
|
|
TESTS += test-pthread-tss
|
|
check_PROGRAMS += test-pthread-tss
|
|
test_pthread_tss_LDADD = $(LDADD) @LIBPMULTITHREAD@ @SCHED_YIELD_LIB@
|