summaryrefslogtreecommitdiff
path: root/tests/lib/libc/string/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@NetBSD.org>2011-11-21 23:50:44 +0000
committerjoerg <joerg@NetBSD.org>2011-11-21 23:50:44 +0000
commitcf5b206fe31d956c20cd5d331a7352f202f2d265 (patch)
tree75fe92e8649cd372f3fd746580e2bac9d6c8bb61 /tests/lib/libc/string/Makefile
parentb5df9b6700fd304520105359d6fc03632f56931d (diff)
Add test cases for strcspn, strpbrk, strspn, wcscspn, wcspbrk and
wcsspn.
Diffstat (limited to 'tests/lib/libc/string/Makefile')
-rw-r--r--tests/lib/libc/string/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/lib/libc/string/Makefile b/tests/lib/libc/string/Makefile
index ba4b2700543..9bd1959488d 100644
--- a/tests/lib/libc/string/Makefile
+++ b/tests/lib/libc/string/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2011/07/07 08:59:33 jruoho Exp $
+# $NetBSD: Makefile,v 1.8 2011/11/21 23:50:45 joerg Exp $
.include <bsd.own.mk>
@@ -13,10 +13,13 @@ TESTS_C+= t_strcat
TESTS_C+= t_strchr
TESTS_C+= t_strcmp
TESTS_C+= t_strcpy
+TESTS_C+= t_strcspn
TESTS_C+= t_strerror
TESTS_C+= t_stresep
TESTS_C+= t_strlen
+TESTS_C+= t_strpbrk
TESTS_C+= t_strrchr
+TESTS_C+= t_strspn
TESTS_C+= t_swab
WARNS= 4