about summary refs log tree commit diff
path: root/string/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2010-07-23 22:27:53 -0700
committerUlrich Drepper <drepper@redhat.com>2010-07-23 22:27:53 -0700
commitdbc676d4ffb074e20c6334296fc644718b485f55 (patch)
treefaa50d828662d96294423c53b2c91954627b96e6 /string/Makefile
parentb8934257ec6dd87b5aea9c0b3a595d22a4398189 (diff)
downloadglibc-dbc676d4ffb074e20c6334296fc644718b485f55.tar.gz
glibc-dbc676d4ffb074e20c6334296fc644718b485f55.tar.xz
glibc-dbc676d4ffb074e20c6334296fc644718b485f55.zip
Add performance tests for strstr and strcasestr.
Diffstat (limited to 'string/Makefile')
-rw-r--r--string/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/string/Makefile b/string/Makefile
index db9b5081d5..0267ea169b 100644
--- a/string/Makefile
+++ b/string/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 1991-2002, 2005-2008, 2009 Free Software Foundation, Inc.
+# Copyright (C) 1991-2002, 2005-2008, 2009, 2010 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 
 # The GNU C Library is free software; you can redistribute it and/or
@@ -36,7 +36,7 @@ routines	:= strcat strchr strcmp strcoll strcpy strcspn		\
 		   memccpy memcpy wordcopy strsep strcasestr		\
 		   swab strfry memfrob memmem rawmemchr strchrnul	\
 		   $(addprefix argz-,append count create ctsep next	\
-			             delete extract insert stringify	\
+				     delete extract insert stringify	\
 				     addsep replace)			\
 		   envz basename					\
 		   strcoll_l strxfrm_l string-inlines memrchr		\
@@ -48,7 +48,8 @@ o-objects.ob	:= memcpy.o memset.o memchr.o
 
 strop-tests	:= memchr memcmp memcpy memmove mempcpy memset memccpy	\
 		   stpcpy stpncpy strcat strchr strcmp strcpy strcspn	\
-		   strlen strncmp strncpy strpbrk strrchr strspn memmem
+		   strlen strncmp strncpy strpbrk strrchr strspn memmem	\
+		   strstr strcasestr
 tests		:= tester inl-tester noinl-tester testcopy test-ffs	\
 		   tst-strlen stratcliff tst-svc tst-inlcall		\
 		   bug-strncat1 bug-strspn1 bug-strpbrk1 tst-bswap	\