diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-10-19 22:04:19 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-10-19 22:10:16 -0700 |
commit | 69f07e5fd1a68cc2d2363394fdab3882b83082b2 (patch) | |
tree | 91df535409e7db31748deb668da0535f843e6fae /string/test-memccpy.c | |
parent | de54b33a3df1de0a2fd0197bec9ab9397298d39a (diff) | |
download | glibc-69f07e5fd1a68cc2d2363394fdab3882b83082b2.tar glibc-69f07e5fd1a68cc2d2363394fdab3882b83082b2.tar.gz glibc-69f07e5fd1a68cc2d2363394fdab3882b83082b2.tar.bz2 glibc-69f07e5fd1a68cc2d2363394fdab3882b83082b2.zip |
Add string IFUNC tests
Diffstat (limited to 'string/test-memccpy.c')
-rw-r--r-- | string/test-memccpy.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/string/test-memccpy.c b/string/test-memccpy.c index 8fa96bc9b7..05940ee2fc 100644 --- a/string/test-memccpy.c +++ b/string/test-memccpy.c @@ -1,5 +1,5 @@ /* Test and measure memccpy functions. - Copyright (C) 1999, 2002, 2003, 2005 Free Software Foundation, Inc. + Copyright (C) 1999-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. Written by Jakub Jelinek <jakub@redhat.com>, 1999. @@ -18,6 +18,7 @@ <http://www.gnu.org/licenses/>. */ #define TEST_MAIN +#define TEST_NAME "memccpy" #include "test-string.h" void *simple_memccpy (void *, const void *, int, size_t); |