From 69f07e5fd1a68cc2d2363394fdab3882b83082b2 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Fri, 19 Oct 2012 22:04:19 -0700 Subject: Add string IFUNC tests --- string/test-memcmp.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'string/test-memcmp.c') 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 @@ . */ #define TEST_MAIN +#ifdef WIDE +# define TEST_NAME "wmemcmp" +#else +# define TEST_NAME "memcmp" +#endif #include "test-string.h" #ifdef WIDE # include -- cgit v1.2.3