about summary refs log tree commit diff
path: root/string/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-10-29 11:54:15 -0400
committerUlrich Drepper <drepper@gmail.com>2011-10-29 11:54:15 -0400
commit51d91b18954c998ccda310231f4d120f21a5fd79 (patch)
tree49ff5e47db201d35fc2f65cac0ea17d5dcad42dd /string/Makefile
parentb611fb810f3932d60b2952a3d7d012d875e4284d (diff)
downloadglibc-51d91b18954c998ccda310231f4d120f21a5fd79.tar.gz
glibc-51d91b18954c998ccda310231f4d120f21a5fd79.tar.xz
glibc-51d91b18954c998ccda310231f4d120f21a5fd79.zip
Add strchrnul performance test
Diffstat (limited to 'string/Makefile')
-rw-r--r--string/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/string/Makefile b/string/Makefile
index 109f59b454..459cf810ff 100644
--- a/string/Makefile
+++ b/string/Makefile
@@ -50,7 +50,7 @@ strop-tests	:= memchr memcmp memcpy memmove mempcpy memset memccpy	\
 		   stpcpy stpncpy strcat strchr strcmp strcpy strcspn	\
 		   strlen strncmp strncpy strpbrk strrchr strspn memmem	\
 		   strstr strcasestr strnlen strcasecmp strncasecmp	\
-		   strncat rawmemchr
+		   strncat rawmemchr strchrnul
 tests		:= tester inl-tester noinl-tester testcopy test-ffs	\
 		   tst-strlen stratcliff tst-svc tst-inlcall		\
 		   bug-strncat1 bug-strspn1 bug-strpbrk1 tst-bswap	\