gnulib-tool.py: Reduce code duplication in file name transformations.
[gnulib.git] / modules / mtx-tests
blob063a56d67f7d76b069e09a522ccfb41236c0d284
1 Files:
2 tests/test-mtx.c
3 tests/atomic-int-isoc.h
4 tests/macros.h
6 Depends-on:
7 thrd
8 lock
9 stdint
10 random
12 configure.ac:
13 AC_CHECK_HEADERS_ONCE([semaphore.h])
14 AC_CHECK_DECLS_ONCE([alarm])
16 Makefile.am:
17 TESTS += test-mtx
18 check_PROGRAMS += test-mtx
19 test_mtx_LDADD = $(LDADD) @LIBSTDTHREAD@ @LIBTHREAD@