aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/tests/Makefile
diff options
context:
space:
mode:
authorYuri Pankov <yuripv@FreeBSD.org>2018-10-30 02:37:23 +0000
committerYuri Pankov <yuripv@FreeBSD.org>2018-10-30 02:37:23 +0000
commit281c29899f18d98535ae1e691b24fd5581f2e60b (patch)
treeb8e8db66608b982cef3da9072511cc259f4f25af /lib/libc/tests/Makefile
parenta37c714a0fc5dd681b02e852fe431ff56b34c626 (diff)
downloadsrc-281c29899f18d98535ae1e691b24fd5581f2e60b.tar.gz
src-281c29899f18d98535ae1e691b24fd5581f2e60b.zip
Connect libc/tests/time to the build, adding test cases for strptime()
issues fixed recently, and disabling the failing ones (mostly due to TZ parsing differences with NetBSD). Reviewed by: ngie Approved by: kib (mentor) Differential Revision: https://reviews.freebsd.org/D17546
Notes
Notes: svn path=/head/; revision=339904
Diffstat (limited to 'lib/libc/tests/Makefile')
-rw-r--r--lib/libc/tests/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/tests/Makefile b/lib/libc/tests/Makefile
index 3e71350d82a9..11c3a635339d 100644
--- a/lib/libc/tests/Makefile
+++ b/lib/libc/tests/Makefile
@@ -20,6 +20,7 @@ TESTS_SUBDIRS+= stdlib
TESTS_SUBDIRS+= string
TESTS_SUBDIRS+= sys
TESTS_SUBDIRS+= termios
+TESTS_SUBDIRS+= time
TESTS_SUBDIRS+= tls
TESTS_SUBDIRS+= ttyio