mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
15 lines
192 B
Plaintext
15 lines
192 B
Plaintext
Files:
|
|
tests/test-cond.c
|
|
|
|
Depends-on:
|
|
lock
|
|
thread
|
|
yield
|
|
gettimeofday
|
|
sleep
|
|
|
|
Makefile.am:
|
|
TESTS += test-cond
|
|
check_PROGRAMS += test-cond
|
|
test_cond_LDADD = $(LDADD) @LIBMULTITHREAD@ @YIELD_LIB@
|