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