16 lines
211 B
Plaintext
16 lines
211 B
Plaintext
Files:
|
|
tests/test-cond.c
|
|
tests/virtualbox.h
|
|
|
|
Depends-on:
|
|
lock
|
|
thread
|
|
yield
|
|
gettimeofday
|
|
sleep
|
|
|
|
Makefile.am:
|
|
TESTS += test-cond
|
|
check_PROGRAMS += test-cond
|
|
test_cond_LDADD = $(LDADD) @LIBMULTITHREAD@ @YIELD_LIB@
|