* [PATCH] sysdeps/x86_64/Makefile (tests): Add the end marker
@ 2024-02-15 19:13 H.J. Lu
2024-02-15 19:15 ` H.J. Lu
0 siblings, 1 reply; 2+ messages in thread
From: H.J. Lu @ 2024-02-15 19:13 UTC (permalink / raw)
To: libc-alpha
---
sysdeps/x86_64/Makefile | 6 ++++--
1 file 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
--
2.43.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] sysdeps/x86_64/Makefile (tests): Add the end marker
2024-02-15 19:13 [PATCH] sysdeps/x86_64/Makefile (tests): Add the end marker H.J. Lu
@ 2024-02-15 19:15 ` H.J. Lu
0 siblings, 0 replies; 2+ messages in thread
From: H.J. Lu @ 2024-02-15 19:15 UTC (permalink / raw)
To: libc-alpha
On Thu, Feb 15, 2024 at 11:13 AM H.J. Lu <hjl.tools@gmail.com> wrote:
>
> ---
> sysdeps/x86_64/Makefile | 6 ++++--
> 1 file 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
>
>
> --
> 2.43.0
>
I am checking it in.
--
H.J.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-02-15 19:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-15 19:13 [PATCH] sysdeps/x86_64/Makefile (tests): Add the end marker H.J. Lu
2024-02-15 19:15 ` H.J. Lu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).