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) -lpthread @YIELD_LIB@
test_cond_LDFLAGS = -Wl,--no-as-needed
