19 lines
323 B
Plaintext
19 lines
323 B
Plaintext
Files:
|
|
tests/test-pthread-cond.c
|
|
tests/virtualbox.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
pthread-thread
|
|
pthread-mutex
|
|
nanosleep
|
|
sched_yield
|
|
|
|
configure.ac:
|
|
AC_CHECK_DECLS_ONCE([alarm])
|
|
|
|
Makefile.am:
|
|
TESTS += test-pthread-cond
|
|
check_PROGRAMS += test-pthread-cond
|
|
test_pthread_cond_LDADD = $(LDADD) @LIBPMULTITHREAD@ @SCHED_YIELD_LIB@
|