fstatat, stat: document macOS st_ino pipe bug
[gnulib.git] / modules / lock-tests
blob7b398e2327a1abfb41ed63e479426607414a4010
1 Files:
2 tests/test-rwlock1.c
3 tests/test-lock.c
4 tests/test-once.c
5 tests/atomic-int-gnulib.h
6 tests/macros.h
7 m4/semaphore.m4
9 Depends-on:
10 thread
11 stdint
12 usleep
13 yield
14 random
16 configure.ac:
17 AC_CHECK_HEADERS_ONCE([semaphore.h])
18 AC_CHECK_DECLS_ONCE([alarm])
19 AC_REQUIRE([gl_SEMAPHORE])
21 Makefile.am:
22 TESTS += test-rwlock1 test-lock test-once1 test-once2
23 check_PROGRAMS += test-rwlock1 test-lock test-once1 test-once2
24 test_rwlock1_LDADD = $(LDADD) @LIBMULTITHREAD@ @YIELD_LIB@
25 test_lock_LDADD = $(LDADD) @LIBMULTITHREAD@ @YIELD_LIB@ @LIB_SEMAPHORE@
26 test_once1_SOURCES = test-once.c
27 test_once1_LDADD = $(LDADD) @LIBTHREAD@
28 test_once2_SOURCES = test-once.c
29 test_once2_LDADD = $(LDADD) @LIBMULTITHREAD@