about summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2024-02-15 11:12:13 -0800
committerH.J. Lu <hjl.tools@gmail.com>2024-02-15 11:12:13 -0800
commit71d133c500b0d23f6b6a7c6e3595e3fc447bfe91 (patch)
tree87d6b35ac978ad523459627d97b063856dec939e /sysdeps
parent6a2512bf1605a4208dd94ef67408488d8acb2409 (diff)
downloadglibc-71d133c500b0d23f6b6a7c6e3595e3fc447bfe91.tar.gz
glibc-71d133c500b0d23f6b6a7c6e3595e3fc447bfe91.tar.xz
glibc-71d133c500b0d23f6b6a7c6e3595e3fc447bfe91.zip
sysdeps/x86_64/Makefile (tests): Add the end marker
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/x86_64/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/sysdeps/x86_64/Makefile b/sysdeps/x86_64/Makefile
index 90f4ecfd26..524a15f3bb 100644
--- a/sysdeps/x86_64/Makefile
+++ b/sysdeps/x86_64/Makefile
@@ -32,7 +32,8 @@ sysdep_routines += \
 # sysdep_routines
 gen-as-const-headers += locale-defines.sym
 tests += \
-  tst-rsi-strlen
+  tst-rsi-strlen \
+# tests
 endif
 
 ifeq ($(subdir),elf)
@@ -230,7 +231,8 @@ sysdep_routines += \
 # sysdep_routines
 
 tests += \
-  tst-rsi-wcslen
+  tst-rsi-wcslen \
+# tests
 endif