gnulib-tool.py: Add a new GLFileTable class.
[gnulib.git] / modules / pthread-rwlock-tests
blob129570b67d83b3e0d725c251db3cdb10c086455e
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
10 random
12 configure.ac:
14 Makefile.am:
15 TESTS += test-pthread-rwlock
16 check_PROGRAMS += test-pthread-rwlock
17 test_pthread_rwlock_LDADD = $(LDADD) @LIBPMULTITHREAD@ @SCHED_YIELD_LIB@ @LIB_SEMAPHORE@