backupfile: tweak for better code
[gnulib.git] / modules / lock-tests
blob52858f7b32bf133d123cca4cf7b9c0db6e279715
1 Files:
2 tests/test-rwlock1.c
3 tests/test-lock.c
4 tests/test-once.c
6 Depends-on:
7 thread
8 usleep
9 yield
11 configure.ac:
12 AC_CHECK_HEADERS_ONCE([semaphore.h])
14 Makefile.am:
15 TESTS += test-rwlock1 test-lock test-once1 test-once2
16 check_PROGRAMS += test-rwlock1 test-lock test-once1 test-once2
17 test_rwlock1_LDADD = $(LDADD) @LIBMULTITHREAD@ @YIELD_LIB@
18 test_lock_LDADD = $(LDADD) @LIBMULTITHREAD@ @YIELD_LIB@
19 test_once1_SOURCES = test-once.c
20 test_once1_LDADD = $(LDADD) @LIBTHREAD@
21 test_once2_SOURCES = test-once.c
22 test_once2_LDADD = $(LDADD) @LIBMULTITHREAD@