posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / mtx-tests
blob52310625a558da82f95f5c67ed0341522586fe54
1 Files:
2 tests/test-mtx.c
3 tests/test-call_once.c
4 tests/atomic-int-isoc.h
5 tests/macros.h
7 Depends-on:
8 thrd
9 lock
10 stdint
12 configure.ac:
13 AC_CHECK_HEADERS_ONCE([semaphore.h])
14 AC_CHECK_DECLS_ONCE([alarm])
16 Makefile.am:
17 TESTS += test-mtx test-call_once
18 check_PROGRAMS += test-mtx test-call_once
19 test_mtx_LDADD = $(LDADD) @LIBSTDTHREAD@ @LIBTHREAD@
20 test_call_once_LDADD = $(LDADD) @LIBSTDTHREAD@