From: H.J. Lu Date: Thu, 15 Feb 2024 19:12:13 +0000 (-0800) Subject: sysdeps/x86_64/Makefile (tests): Add the end marker X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37b30b6a685c5facccdff61663eb3adf0dd253cd;p=thirdparty%2Fglibc.git sysdeps/x86_64/Makefile (tests): Add the end marker (cherry picked from commit 71d133c500b0d23f6b6a7c6e3595e3fc447bfe91) --- diff --git a/sysdeps/x86_64/Makefile b/sysdeps/x86_64/Makefile index 0ede447405..08ec882159 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) @@ -232,7 +233,8 @@ sysdep_routines += \ # sysdep_routines tests += \ - tst-rsi-wcslen + tst-rsi-wcslen \ +# tests endif