summaryrefslogtreecommitdiff
path: root/modules/mtx-tests
blob: 4a021d22fa79bed0dc84a08b95c21250072ca7a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Files:
tests/test-mtx.c
tests/atomic-int-isoc.h
tests/macros.h

Depends-on:
thrd
lock
stdint

configure.ac:
AC_CHECK_HEADERS_ONCE([semaphore.h])
AC_CHECK_DECLS_ONCE([alarm])

Makefile.am:
TESTS += test-mtx
check_PROGRAMS += test-mtx
test_mtx_LDADD = $(LDADD) @LIBSTDTHREAD@ @LIBTHREAD@