blob: abbd43aca594eec1e2e85a6fd555ba7de27a5d41 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Files:
tests/test-threads.c
tests/test-thread_local.c
tests/macros.h
Depends-on:
threads-h-c++-tests
thrd
stdint
configure.ac:
AC_CHECK_DECLS_ONCE([alarm])
Makefile.am:
TESTS += test-threads test-thread_local
check_PROGRAMS += test-threads test-thread_local
test_threads_LDADD = $(LDADD) @LIBSTDTHREAD@
test_thread_local_LDADD = $(LDADD) @LIBSTDTHREAD@ @LIBTHREADLOCAL@
|