1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/pthread-tss-tests
Bruno Haible 081302a467 pthread-* tests, regex tests: Prepare for use of 'alarm'.
* 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.
2024-06-03 12:51:08 +02:00

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@