sysdeps/x86_64/Makefile (tests): Add the end marker
Checks
Context |
Check |
Description |
redhat-pt-bot/TryBot-apply_patch |
warning
|
Patch already apply to master at the time it was sent
|
redhat-pt-bot/TryBot-32bit |
success
|
Build for i686
|
Commit Message
---
sysdeps/x86_64/Makefile | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
Comments
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.
@@ -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