mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Add string IFUNC tests
This commit is contained in:
@ -18,6 +18,11 @@
|
||||
<http://www.gnu.org/licenses/>. */
|
||||
|
||||
#define TEST_MAIN
|
||||
#ifdef TEST_BCOPY
|
||||
# define TEST_NAME "bcopy"
|
||||
#else
|
||||
# define TEST_NAME "memmove"
|
||||
#endif
|
||||
#include "test-string.h"
|
||||
|
||||
char *simple_memmove (char *, const char *, size_t);
|
||||
|
Reference in New Issue
Block a user