aboutsummaryrefslogtreecommitdiff
path: root/string/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-09-08 18:01:07 -0400
committerUlrich Drepper <drepper@gmail.com>2011-09-08 18:01:07 -0400
commit762011fe9ffded81448be4dc50a2b27faaafe4c9 (patch)
tree3f250f2173f91e512cde97e26da61d0b9b05b15d /string/Makefile
parent4badf7e8d7b44e1b6b887ff94ca7933c4a0ee336 (diff)
downloadglibc-762011fe9ffded81448be4dc50a2b27faaafe4c9.tar
glibc-762011fe9ffded81448be4dc50a2b27faaafe4c9.tar.gz
glibc-762011fe9ffded81448be4dc50a2b27faaafe4c9.tar.bz2
glibc-762011fe9ffded81448be4dc50a2b27faaafe4c9.zip
Move wide char tests to wcsmbs directory
Diffstat (limited to 'string/Makefile')
-rw-r--r--string/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/string/Makefile b/string/Makefile
index cc2a1ea4cc..ab100244df 100644
--- a/string/Makefile
+++ b/string/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 1991-2002, 2005-2008, 2009, 2010 Free Software Foundation, Inc.
+# Copyright (C) 1991-2002, 2005-2010, 2011 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
@@ -46,11 +46,11 @@ 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 := wcscmp memchr memcmp memcpy memmove mempcpy memset memccpy \
+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 wmemcmp
+ strncat
tests := tester inl-tester noinl-tester testcopy test-ffs \
tst-strlen stratcliff tst-svc tst-inlcall \
bug-strncat1 bug-strspn1 bug-strpbrk1 tst-bswap \