19 lines
228 B
Plaintext
19 lines
228 B
Plaintext
Files:
|
|
tests/test-tls.c
|
|
|
|
Depends-on:
|
|
thread
|
|
lock
|
|
stdint
|
|
yield
|
|
random
|
|
|
|
configure.ac:
|
|
AC_CHECK_DECLS_ONCE([alarm])
|
|
|
|
Makefile.am:
|
|
TESTS += test-tls
|
|
check_PROGRAMS += test-tls
|
|
test_tls_LDADD = $(LDADD) @LIBMULTITHREAD@ @YIELD_LIB@
|
|
|