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-strncat.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-strncat.c')
-rw-r--r-- | string/test-strncat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/string/test-strncat.c b/string/test-strncat.c index 69c8c0b21d..0cdaa4f6a8 100644 --- a/string/test-strncat.c +++ b/string/test-strncat.c @@ -1,5 +1,5 @@ /* Test and measure strncat functions. - Copyright (C) 2011 Free Software Foundation, Inc. + Copyright (C) 2011-2012 Free Software Foundation, Inc. Contributed by Intel Corporation. The GNU C Library is free software; you can redistribute it and/or @@ -17,6 +17,7 @@ <http://www.gnu.org/licenses/>. */ #define TEST_MAIN +#define TEST_NAME "strncat" #include "test-string.h" typedef char *(*proto_t) (char *, const char *, size_t); |