repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
manywarnings: port to 64-bit GCC builds of Emacs
[gnulib.git]
/
modules
/
lock-tests
blob
bfab1f4576d8473a707b5b2f8a5150c9b7aa7950
1
Files:
2
tests/test-rwlock1.c
3
tests/test-lock.c
4
5
Depends-on:
6
thread
7
usleep
8
yield
9
10
configure.ac:
11
AC_CHECK_HEADERS_ONCE([semaphore.h])
12
13
Makefile.am:
14
TESTS += test-rwlock1 test-lock
15
check_PROGRAMS += test-rwlock1 test-lock
16
test_rwlock1_LDADD = $(LDADD) @LIBMULTITHREAD@ @YIELD_LIB@
17
test_lock_LDADD = $(LDADD) @LIBMULTITHREAD@ @YIELD_LIB@