summaryrefslogtreecommitdiff
path: root/modules/mtx-tests
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mtx-tests')
-rw-r--r--modules/mtx-tests8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/mtx-tests b/modules/mtx-tests
index 7714ebc0cc..063a56d67f 100644
--- a/modules/mtx-tests
+++ b/modules/mtx-tests
@@ -1,19 +1,19 @@
Files:
tests/test-mtx.c
-tests/test-call_once.c
+tests/atomic-int-isoc.h
tests/macros.h
Depends-on:
thrd
lock
stdint
+random
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
+TESTS += test-mtx
+check_PROGRAMS += test-mtx
test_mtx_LDADD = $(LDADD) @LIBSTDTHREAD@ @LIBTHREAD@
-test_call_once_LDADD = $(LDADD) @LIBSTDTHREAD@

Return to:

Send suggestions and report system problems to the System administrator.