Files:
tests/test-pthread-rwlock.c
tests/macros.h

Depends-on:
pthread-thread
pthread-mutex
sched_yield

configure.ac:

Makefile.am:
TESTS += test-pthread-rwlock
check_PROGRAMS += test-pthread-rwlock
test_pthread_rwlock_LDADD = $(LDADD) @LIBPMULTITHREAD@ @LIB_SCHED_YIELD@
