summaryrefslogtreecommitdiff
path: root/tests/lib/libc/string/Makefile
diff options
context:
space:
mode:
authorjruoho <jruoho@NetBSD.org>2011-06-03 06:39:52 +0000
committerjruoho <jruoho@NetBSD.org>2011-06-03 06:39:52 +0000
commite5ee99cc442fbc62aaeb6ba51b4e453ef87b89a7 (patch)
tree0740d1b4d132164065d20caabcb120111e056543 /tests/lib/libc/string/Makefile
parentba108ffd82c5aa9bef7a4b29212b9dba413c04f4 (diff)
Add some fundamental checks for memset(3). Prompted by a recent nasty
bug in the Google Android libc.
Diffstat (limited to 'tests/lib/libc/string/Makefile')
-rw-r--r--tests/lib/libc/string/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/lib/libc/string/Makefile b/tests/lib/libc/string/Makefile
index 830738ce7ed..70421959f56 100644
--- a/tests/lib/libc/string/Makefile
+++ b/tests/lib/libc/string/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2011/05/09 06:04:14 jruoho Exp $
+# $NetBSD: Makefile,v 1.6 2011/06/03 06:39:52 jruoho Exp $
.include <bsd.own.mk>
@@ -6,6 +6,7 @@ TESTSDIR= ${TESTSBASE}/lib/libc/string
TESTS_C+= t_memcpy
TESTS_C+= t_memmem
+TESTS_C+= t_memset
TESTS_C+= t_popcount
TESTS_C+= t_strerror
TESTS_C+= t_stresep