]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
sysdeps/x86_64/Makefile (tests): Add the end marker
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 15 Feb 2024 19:12:13 +0000 (11:12 -0800)
committerArjun Shankar <arjun@redhat.com>
Wed, 14 May 2025 14:24:59 +0000 (16:24 +0200)
(cherry picked from commit 71d133c500b0d23f6b6a7c6e3595e3fc447bfe91)

sysdeps/x86_64/Makefile

index 0ede447405d549b516692d09dee8528ebdbccd86..08ec882159990e978904faa13088804b2b1c1e6f 100644 (file)
@@ -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)
@@ -232,7 +233,8 @@ sysdep_routines += \
 # sysdep_routines
 
 tests += \
-  tst-rsi-wcslen
+  tst-rsi-wcslen \
+# tests
 endif