posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / pthread-tss-tests
blobcaa4520e52133d8e0c894513dfbfee51761807d2
1 Files:
2 tests/test-pthread-tss.c
3 tests/macros.h
5 Depends-on:
6 pthread-thread
7 pthread-mutex
8 sched_yield
10 configure.ac:
12 Makefile.am:
13 TESTS += test-pthread-tss
14 check_PROGRAMS += test-pthread-tss
15 test_pthread_tss_LDADD = $(LDADD) @LIBPMULTITHREAD@ @LIB_SCHED_YIELD@