summaryrefslogtreecommitdiff
path: root/string/test-memcmp.c
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-10-19 22:04:19 -0700
committerH.J. Lu <hjl.tools@gmail.com>2012-10-19 22:10:16 -0700
commit69f07e5fd1a68cc2d2363394fdab3882b83082b2 (patch)
tree91df535409e7db31748deb668da0535f843e6fae /string/test-memcmp.c
parentde54b33a3df1de0a2fd0197bec9ab9397298d39a (diff)
Add string IFUNC tests
Diffstat (limited to 'string/test-memcmp.c')
-rw-r--r--string/test-memcmp.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/string/test-memcmp.c b/string/test-memcmp.c
index 69076d00be..fc9d4d2326 100644
--- a/string/test-memcmp.c
+++ b/string/test-memcmp.c
@@ -19,6 +19,11 @@
<http://www.gnu.org/licenses/>. */
#define TEST_MAIN
+#ifdef WIDE
+# define TEST_NAME "wmemcmp"
+#else
+# define TEST_NAME "memcmp"
+#endif
#include "test-string.h"
#ifdef WIDE
# include <inttypes.h>