summaryrefslogtreecommitdiff
path: root/modules/tls-tests
blob: aec1935afc6e4a772e965bbfbdf3e220743a4f3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Files:
tests/test-tls.c

Depends-on:
thread
lock
stdint
yield

configure.ac:
AC_CHECK_DECLS_ONCE([alarm])

Makefile.am:
TESTS += test-tls
check_PROGRAMS += test-tls
test_tls_LDADD = $(LDADD) @LIBMULTITHREAD@ @YIELD_LIB@