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

Depends-on:
pthread-thread
pthread-mutex
sched_yield

configure.ac:

Makefile.am:
TESTS += test-pthread-tss
check_PROGRAMS += test-pthread-tss
test_pthread_tss_LDADD = $(LDADD) @LIBPMULTITHREAD@ @SCHED_YIELD_LIB@