gnulib-tool: Omit the logs of skipped tests from test-suite.log.
[gnulib.git] / modules / pthread-mutex-tests
blob068dc24f4295d99bc31f5691b65eb496c30913fc
1 Files:
2 tests/test-pthread-mutex.c
3 tests/atomic-int-posix.h
4 tests/macros.h
5 m4/semaphore.m4
7 Depends-on:
8 pthread-thread
9 sched_yield
10 random
12 configure.ac:
13 AC_CHECK_HEADERS_ONCE([semaphore.h])
14 AC_CHECK_DECLS_ONCE([alarm])
15 AC_REQUIRE([gl_SEMAPHORE])
17 Makefile.am:
18 TESTS += test-pthread-mutex
19 check_PROGRAMS += test-pthread-mutex
20 test_pthread_mutex_LDADD = $(LDADD) @LIBPMULTITHREAD@ @SCHED_YIELD_LIB@ @LIB_SEMAPHORE@