ptsname_r: Fix a compiler warning on Solaris.
[gnulib.git] / modules / pthread-cond-tests
blob75a335d5657a71a1f6860941a17fc357b6e94993
1 Files:
2 tests/test-pthread-cond.c
3 tests/macros.h
5 Depends-on:
6 pthread-thread
7 pthread-mutex
8 nanosleep
9 sched_yield
11 configure.ac:
13 Makefile.am:
14 TESTS += test-pthread-cond
15 check_PROGRAMS += test-pthread-cond
16 test_pthread_cond_LDADD = $(LDADD) @LIBPMULTITHREAD@ @LIB_SCHED_YIELD@