summaryrefslogtreecommitdiff
path: root/modules/pthread-mutex-tests
blob: 050d506b0e96de4a18b8980c79a8b611f204c5b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Files:
tests/test-pthread-mutex.c
tests/macros.h

Depends-on:
pthread-thread
sched_yield

configure.ac:

Makefile.am:
TESTS += test-pthread-mutex
check_PROGRAMS += test-pthread-mutex
test_pthread_mutex_LDADD = $(LDADD) @LIBMULTITHREAD@ @YIELD_LIB@