posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / pthread-spin-tests
blobaafe8c7bcdcf00bbf7ec97480cf4700e87c46149
1 Files:
2 tests/test-pthread-spin.c
3 tests/atomic-int-posix.h
4 tests/macros.h
5 m4/semaphore.m4
7 Depends-on:
8 pthread-thread
9 pthread-mutex
10 sched_yield
12 configure.ac:
13 AC_CHECK_HEADERS_ONCE([semaphore.h])
14 AC_CHECK_DECLS_ONCE([alarm])
15 AC_REQUIRE([gl_SEMAPHORE])
17 Makefile.am:
18 TESTS += test-pthread-spin
19 check_PROGRAMS += test-pthread-spin
20 test_pthread_spin_LDADD = $(LDADD) @LIBPMULTITHREAD@ @LIB_SCHED_YIELD@ @LIB_SEMAPHORE@