gnulib-tool.py: Fix an undefined function name.
[gnulib.git] / modules / threads-h-tests
blobc9195e5f56c6313c16aa2ab44da639c5bda2f363
1 Files:
2 tests/test-threads.c
3 tests/test-thread_local.c
4 tests/macros.h
6 Depends-on:
7 threads-h-c++-tests
8 thrd
9 stdint
10 random
12 configure.ac:
13 AC_CHECK_DECLS_ONCE([alarm])
15 Makefile.am:
16 TESTS += test-threads test-thread_local
17 check_PROGRAMS += test-threads test-thread_local
18 test_threads_LDADD = $(LDADD) @LIBSTDTHREAD@
19 test_thread_local_LDADD = $(LDADD) @LIBSTDTHREAD@ @LIBTHREADLOCAL@