diff options
author | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2013-08-29 15:28:00 -0300 |
---|---|---|
committer | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2013-09-05 09:52:08 -0300 |
commit | 4660856c6f24ed0edc04d62a5a31839cab4e5640 (patch) | |
tree | 33e7cf01d95e3832b660c3a4d24bbe7355d54006 /string/test-memrchr-ifunc.c | |
parent | bb8ea71379ce66936284a6e7ea60dc8255d2ed7f (diff) | |
download | glibc-4660856c6f24ed0edc04d62a5a31839cab4e5640.tar.gz |
Add memrchr testcase
Diffstat (limited to 'string/test-memrchr-ifunc.c')
-rw-r--r-- | string/test-memrchr-ifunc.c | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/string/test-memrchr-ifunc.c b/string/test-memrchr-ifunc.c new file mode 100644 index 0000000000..100dedbacc --- /dev/null +++ b/string/test-memrchr-ifunc.c @@ -0,0 +1,20 @@ +/* Test and measure IFUNC implementations of memrchr function. + Copyright (C) 2013 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 + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ + +#define TEST_IFUNC 1 +#include "test-memrchr.c" |