1
0
mirror of https://https.git.savannah.gnu.org/git/gnulib.git synced 2026-04-28 06:33:36 +00:00
Files
gnulib/modules/pthread-rwlock-extra-tests
Bruno Haible 8947cd3972 tests: Use strnul.
* tests/test-dfa-match-aux.c (main): Use strnul.
* tests/test-pthread-rwlock-waitqueue.c (reader_func, writer_func):
Likewise.
* tests/test-strtold.h (test_function): Likewise.
* tests/test-xstrtold.c (main): Likewise.
* modules/dfa-tests (Depends-on): Add strnul.
* modules/pthread-rwlock-extra-tests (Depends-on): Likewise.
* modules/c-strtold-tests (Depends-on): Likewise.
* modules/strtold-tests (Depends-on): Likewise.
* modules/xstrtold-tests (Depends-on): Likewise.
2026-03-01 14:44:32 +01:00

21 lines
344 B
Plaintext

Status:
longrunning-test
Files:
tests/test-pthread-rwlock-waitqueue.c
tests/macros.h
Depends-on:
extensions
pthread-thread
nanosleep
bool
strnul
configure.ac:
Makefile.am:
TESTS += test-pthread-rwlock-waitqueue
check_PROGRAMS += test-pthread-rwlock-waitqueue
test_pthread_rwlock_waitqueue_LDADD = $(LDADD) @LIBPMULTITHREAD@ @NANOSLEEP_LIB@