[PATCH] sunrpc/Makefile: Split and sort tests
Carlos O'Donell
carlos@redhat.com
Wed May 27 12:17:03 GMT 2026
On 6/27/25 2:53 PM, avinal.xlvii@gmail.com wrote:
> From: Avinal Kumar <avinal.xlvii@gmail.com>
>
> This commit splits and sorts the tests in sunrpc/Makefile.
>
> Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
LGTM. Pushed. Thank you!
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
> ---
> sunrpc/Makefile | 11 +++++++++--
> 1 file changed, 9 insertions(+), 2 deletions(-)
>
> diff --git a/sunrpc/Makefile b/sunrpc/Makefile
> index ca5311c41d..94bff1589e 100644
> --- a/sunrpc/Makefile
> +++ b/sunrpc/Makefile
> @@ -64,8 +64,15 @@ routines := auth_none authuxprot clnt_raw clnt_simp \
> shared-only-routines = $(routines)
> endif
>
> -tests = tst-xdrmem tst-xdrmem2 tst-udp-error tst-udp-timeout \
> - tst-udp-nonblocking tst-bug22542 tst-bug28768
> +tests = \
> + tst-bug22542 \
> + tst-bug28768 \
> + tst-udp-error \
> + tst-udp-nonblocking \
> + tst-udp-timeout \
> + tst-xdrmem \
> + tst-xdrmem2
> +# tests
>
> xtests := tst-getmyaddr
>
--
Cheers,
Carlos.
More information about the Libc-alpha
mailing list