diffseq: port to GCC 14.2.1 in ‘patch’
[gnulib.git] / modules / pthread-rwlock-tests
blob2ae848b1ef00a289602ba45d482d0caf01f548c1
1 Files:
2 tests/test-pthread-rwlock.c
3 tests/atomic-int-posix.h
4 tests/macros.h
5 m4/semaphore.m4
7 Depends-on:
8 pthread-thread
9 pthread-mutex
10 sched_yield
11 random
12 pthread-rwlock-extra-tests
14 configure.ac:
15 AC_CHECK_HEADERS_ONCE([semaphore.h])
16 AC_CHECK_DECLS_ONCE([alarm])
17 AC_REQUIRE([gl_SEMAPHORE])
19 Makefile.am:
20 TESTS += test-pthread-rwlock
21 check_PROGRAMS += test-pthread-rwlock
22 test_pthread_rwlock_LDADD = $(LDADD) @LIBPMULTITHREAD@ @SCHED_YIELD_LIB@ @LIB_SEMAPHORE@