[PATCH] sunrpc: tst-svc_register can be a regular test

Adhemerval Zanella adhemerval.zanella@linaro.org
Mon Mar 8 13:48:48 GMT 2021



On 05/03/2021 09:57, Florian Weimer via Libc-alpha wrote:
> Now that compat_symbol_reference is not restricted to internal tests
> anymore.

LGTM, thanks.

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>

> 
> ---
>  sunrpc/Makefile | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/sunrpc/Makefile b/sunrpc/Makefile
> index 9761585409..7e5bbfd951 100644
> --- a/sunrpc/Makefile
> +++ b/sunrpc/Makefile
> @@ -70,8 +70,7 @@ xtests := tst-getmyaddr
>  
>  ifeq ($(have-thread-library),yes)
>  xtests += thrsvc
> -tests += tst-udp-garbage
> -tests-internal += tst-svc_register
> +tests += tst-udp-garbage tst-svc_register
>  endif
>  
>  ifeq (yes,$(build-shared))
> 


More information about the Libc-alpha mailing list