mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-04-28 06:33:36 +00:00
* 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.
21 lines
344 B
Plaintext
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@
|