summaryrefslogtreecommitdiff
path: root/modules/pthread-rwlock-tests
blob: af29895580ed8f5af094c1eeb50909894c9e708f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Files:
tests/test-pthread-rwlock.c
tests/atomic-int-posix.h
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@ @SCHED_YIELD_LIB@ @LIB_SEMAPHORE@