aboutsummaryrefslogtreecommitdiff
path: root/lib/libthr
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-01-13 03:33:57 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-01-13 03:33:57 +0000
commitcdebaff820b2a4915a16cedfd511823d78aab171 (patch)
treeadba3382c8ddd7b07ba57f6446c290ed75f1ce04 /lib/libthr
parente266075649ba68252e4e29d3f5cb6c730cdb529d (diff)
parentb6bd3eb5f3c023fc20d2df000e818962e609ae01 (diff)
Notes
Diffstat (limited to 'lib/libthr')
-rw-r--r--lib/libthr/tests/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libthr/tests/Makefile b/lib/libthr/tests/Makefile
index 159cc3b4d030..7e6617d3b316 100644
--- a/lib/libthr/tests/Makefile
+++ b/lib/libthr/tests/Makefile
@@ -26,6 +26,7 @@ NETBSD_ATF_TESTS_C+= sleep_test
.if ${MACHINE} != "arm64" # ARM64TODO: Missing makecontext
NETBSD_ATF_TESTS_C+= swapcontext_test
.endif
+NETBSD_ATF_TESTS_C+= timedmutex_test
NETBSD_ATF_TESTS_SH= atexit_test
NETBSD_ATF_TESTS_SH+= cancel_test