]> 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)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 15 Feb 2024 19:12:13 +0000 (11:12 -0800)
sysdeps/x86_64/Makefile

index 90f4ecfd262cfb8792a56686150f7cc3083956f1..524a15f3bb10b732edb0025643a01c5cbe87a1dc 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)
@@ -230,7 +231,8 @@ sysdep_routines += \
 # sysdep_routines
 
 tests += \
-  tst-rsi-wcslen
+  tst-rsi-wcslen \
+# tests
 endif