mbrtoc32: Add tests.
[gnulib.git] / modules / mtx-tests
blob7714ebc0cc43df5e0a415019af61e6113a8437ed
1 Files:
2 tests/test-mtx.c
3 tests/test-call_once.c
4 tests/macros.h
6 Depends-on:
7 thrd
8 lock
9 stdint
11 configure.ac:
12 AC_CHECK_HEADERS_ONCE([semaphore.h])
13 AC_CHECK_DECLS_ONCE([alarm])
15 Makefile.am:
16 TESTS += test-mtx test-call_once
17 check_PROGRAMS += test-mtx test-call_once
18 test_mtx_LDADD = $(LDADD) @LIBSTDTHREAD@ @LIBTHREAD@
19 test_call_once_LDADD = $(LDADD) @LIBSTDTHREAD@