From 78e3a559e196fc51e69e57f5434cd3ca9bd767c7 Mon Sep 17 00:00:00 2001 From: ngie Date: Sun, 12 Feb 2017 09:24:18 +0000 Subject: MFC r312008: Upgrade NetBSD tests to 01.11.2017_23.20 snapshot This contains some new testcases in /usr/tests/...: - .../lib/libc - .../lib/libthr - .../lib/msun - .../sys/kern Tested on: amd64, i386 --- lib/libthr/tests/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libthr') diff --git a/lib/libthr/tests/Makefile b/lib/libthr/tests/Makefile index 159cc3b..7e6617d 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 -- cgit v1.1