posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / threads-h-tests
blobabbd43aca594eec1e2e85a6fd555ba7de27a5d41
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
11 configure.ac:
12 AC_CHECK_DECLS_ONCE([alarm])
14 Makefile.am:
15 TESTS += test-threads test-thread_local
16 check_PROGRAMS += test-threads test-thread_local
17 test_threads_LDADD = $(LDADD) @LIBSTDTHREAD@
18 test_thread_local_LDADD = $(LDADD) @LIBSTDTHREAD@ @LIBTHREADLOCAL@