18 lines
237 B
Plaintext
18 lines
237 B
Plaintext
Files:
|
|
tests/test-cnd.c
|
|
tests/virtualbox.h
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
mtx
|
|
thrd
|
|
gettimeofday
|
|
|
|
configure.ac:
|
|
AC_CHECK_DECLS_ONCE([alarm])
|
|
|
|
Makefile.am:
|
|
TESTS += test-cnd
|
|
check_PROGRAMS += test-cnd
|
|
test_cnd_LDADD = $(LDADD) @LIBSTDTHREAD@
|