about summary refs log tree commit diff
path: root/sysdeps/x86_64/x32/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/x86_64/x32/Makefile')
-rw-r--r--sysdeps/x86_64/x32/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/sysdeps/x86_64/x32/Makefile b/sysdeps/x86_64/x32/Makefile
index 979273b3a8..194b2ea03d 100644
--- a/sysdeps/x86_64/x32/Makefile
+++ b/sysdeps/x86_64/x32/Makefile
@@ -6,5 +6,9 @@ CFLAGS-s_llround.c += -fno-builtin-lround
 endif
 
 ifeq ($(subdir),string)
-tests += tst-size_t-memchr
+tests += tst-size_t-memchr tst-size_t-memcmp
+endif
+
+ifeq ($(subdir),wcsmbs)
+tests += tst-size_t-wmemcmp
 endif