about summary refs log tree commit diff
path: root/string/Makefile
diff options
context:
space:
mode:
authorLiubov Dmitrieva <liubov.dmitrieva@gmail.com>2011-08-04 16:04:15 -0400
committerUlrich Drepper <drepper@gmail.com>2011-08-04 16:04:15 -0400
commitcff8293390529d4c43d971d784cf1d2ad9171172 (patch)
treeb9bdbaef77eb142312d5821c8ee202c0133caf1f /string/Makefile
parent9be9bfcc9de543ac0ac335692cbbf8a0f46a2ccc (diff)
downloadglibc-cff8293390529d4c43d971d784cf1d2ad9171172.tar.gz
glibc-cff8293390529d4c43d971d784cf1d2ad9171172.tar.xz
glibc-cff8293390529d4c43d971d784cf1d2ad9171172.zip
New comprehensive test for wcscmp
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 f76758f49e..459b2a7f49 100644
--- a/string/Makefile
+++ b/string/Makefile
@@ -46,7 +46,7 @@ routines	:= strcat strchr strcmp strcoll strcpy strcspn		\
 # for -fbounded-pointer compiles.  Glibc uses memchr for explicit checks.
 o-objects.ob	:= memcpy.o memset.o memchr.o
 
-strop-tests	:= memchr memcmp memcpy memmove mempcpy memset memccpy	\
+strop-tests	:=  wcscmp 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	\