public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] sunrpc: tst-svc_register can be a regular test
@ 2021-03-05 12:57 Florian Weimer
  2021-03-08 13:48 ` Adhemerval Zanella
  0 siblings, 1 reply; 2+ messages in thread
From: Florian Weimer @ 2021-03-05 12:57 UTC (permalink / raw)
  To: libc-alpha

Now that compat_symbol_reference is not restricted to internal tests
anymore.

---
 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))


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] sunrpc: tst-svc_register can be a regular test
  2021-03-05 12:57 [PATCH] sunrpc: tst-svc_register can be a regular test Florian Weimer
@ 2021-03-08 13:48 ` Adhemerval Zanella
  0 siblings, 0 replies; 2+ messages in thread
From: Adhemerval Zanella @ 2021-03-08 13:48 UTC (permalink / raw)
  To: libc-alpha, Florian Weimer



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))
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-08 13:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-05 12:57 [PATCH] sunrpc: tst-svc_register can be a regular test Florian Weimer
2021-03-08 13:48 ` Adhemerval Zanella

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).