about summary refs log tree commit diff
path: root/string/Makefile
diff options
context:
space:
mode:
authorLiubov Dmitrieva <liubov.dmitrieva@intel.com>2011-09-08 17:51:50 -0400
committerUlrich Drepper <drepper@gmail.com>2011-09-08 17:51:50 -0400
commit4badf7e8d7b44e1b6b887ff94ca7933c4a0ee336 (patch)
tree70b944b8e6aecacee79fba0901c09947f1a249a9 /string/Makefile
parent0442afb40ec59eeee35bdcea707e085518948845 (diff)
downloadglibc-4badf7e8d7b44e1b6b887ff94ca7933c4a0ee336.tar.gz
glibc-4badf7e8d7b44e1b6b887ff94ca7933c4a0ee336.tar.xz
glibc-4badf7e8d7b44e1b6b887ff94ca7933c4a0ee336.zip
New comprehensive test for wmemcmp
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 459b2a7f49..cc2a1ea4cc 100644
--- a/string/Makefile
+++ b/string/Makefile
@@ -50,7 +50,7 @@ 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	\
-		   strncat
+		   strncat wmemcmp
 tests		:= tester inl-tester noinl-tester testcopy test-ffs	\
 		   tst-strlen stratcliff tst-svc tst-inlcall		\
 		   bug-strncat1 bug-strspn1 bug-strpbrk1 tst-bswap	\