aboutsummaryrefslogtreecommitdiff
path: root/string/test
diff options
context:
space:
mode:
Diffstat (limited to 'string/test')
-rw-r--r--string/test/stpcpy.c1
-rw-r--r--string/test/strcpy.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/string/test/stpcpy.c b/string/test/stpcpy.c
index de17df9..de51ad8 100644
--- a/string/test/stpcpy.c
+++ b/string/test/stpcpy.c
@@ -24,6 +24,7 @@ static const struct fun
F(stpcpy)
#if __aarch64__
F(__stpcpy_aarch64)
+ F(__stpcpy_aarch64_mte)
# if __ARM_FEATURE_SVE
F(__stpcpy_aarch64_sve)
# endif
diff --git a/string/test/strcpy.c b/string/test/strcpy.c
index 753203f..b751661 100644
--- a/string/test/strcpy.c
+++ b/string/test/strcpy.c
@@ -23,6 +23,7 @@ static const struct fun
F(strcpy)
#if __aarch64__
F(__strcpy_aarch64)
+ F(__strcpy_aarch64_mte)
# if __ARM_FEATURE_SVE
F(__strcpy_aarch64_sve)
# endif