[PATCH 1/2] route/Makefile: Split tests lines

Florian Weimer fweimer@redhat.com
Mon Jun 16 13:43:59 GMT 2025


* Petr Menšík:

> Signed-off-by: Petr Menšík <pemensik@redhat.com>
> ---
>  resolv/Makefile | 7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)
>
> diff --git a/resolv/Makefile b/resolv/Makefile
> index 8fa3398d76..f38c892d54 100644
> --- a/resolv/Makefile
> +++ b/resolv/Makefile
> @@ -79,7 +79,12 @@ routines_no_fortify += \
>    inet_pton \
>    # routines_no_fortify
>  
> -tests = tst-aton tst-leaks tst-inet_ntop
> +tests = \
> +  tst-aton \
> +  tst-leaks \
> +  tst-inet_ntop \
> +# base tests
> +
>  tests-container = tst-leaks2
>  
>  tests-internal += tst-inet_aton_exact

Note: Commit subject should say “resolv/Makefile: ” (not route).

Thanks,
Florian



More information about the Libc-alpha mailing list