aboutsummaryrefslogtreecommitdiff
path: root/string/Makefile
diff options
context:
space:
mode:
authorNoah Goldstein <goldstein.w.n@gmail.com>2021-10-21 15:07:18 -0500
committerNoah Goldstein <goldstein.w.n@gmail.com>2021-10-26 16:51:29 -0500
commitd9283b71ac1eaba53d9fff504a5272570f8ea01e (patch)
tree9d185da766dc4d5694bb469cc20a9d2ac35a4bd3 /string/Makefile
parent9894127d202d8c0c821d852658057a03ba3cc3d2 (diff)
downloadglibc-d9283b71ac1eaba53d9fff504a5272570f8ea01e.tar
glibc-d9283b71ac1eaba53d9fff504a5272570f8ea01e.tar.gz
glibc-d9283b71ac1eaba53d9fff504a5272570f8ea01e.tar.bz2
glibc-d9283b71ac1eaba53d9fff504a5272570f8ea01e.zip
String: Add tests for __memcmpeq
No bug. This commit adds tests for the new function __memcmpeq. The new tests use the existing tests in 'test-memcmp.c' but relax the result requirement to only check for zero or non-zero returns. All string tests include test-memcmpeq are passing.
Diffstat (limited to 'string/Makefile')
-rw-r--r--string/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/string/Makefile b/string/Makefile
index f0fce2a0b8..40d6fac133 100644
--- a/string/Makefile
+++ b/string/Makefile
@@ -48,8 +48,8 @@ routines := strcat strchr strcmp strcoll strcpy strcspn \
sigdescr_np sigabbrev_np strerrorname_np \
strerrordesc_np
-strop-tests := memchr memcmp memcpy memmove mempcpy memset memccpy \
- stpcpy stpncpy strcat strchr strcmp strcpy strcspn \
+strop-tests := memchr memcmp memcpy memcmpeq memmove mempcpy memset \
+ memccpy stpcpy stpncpy strcat strchr strcmp strcpy strcspn \
strlen strncmp strncpy strpbrk strrchr strspn memmem \
strstr strcasestr strnlen strcasecmp strncasecmp \
strncat rawmemchr strchrnul bcopy bzero memrchr \