summaryrefslogtreecommitdiff
path: root/modules/mtx-tests
blob: 7714ebc0cc43df5e0a415019af61e6113a8437ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Files:
tests/test-mtx.c
tests/test-call_once.c
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 test-call_once
check_PROGRAMS += test-mtx test-call_once
test_mtx_LDADD = $(LDADD) @LIBSTDTHREAD@ @LIBTHREAD@
test_call_once_LDADD = $(LDADD) @LIBSTDTHREAD@