posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / tls-tests
blobaec1935afc6e4a772e965bbfbdf3e220743a4f3f
1 Files:
2 tests/test-tls.c
4 Depends-on:
5 thread
6 lock
7 stdint
8 yield
10 configure.ac:
11 AC_CHECK_DECLS_ONCE([alarm])
13 Makefile.am:
14 TESTS += test-tls
15 check_PROGRAMS += test-tls
16 test_tls_LDADD = $(LDADD) @LIBMULTITHREAD@ @YIELD_LIB@