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