From: Florian Weimer Date: Tue, 9 Mar 2021 20:07:24 +0000 (+0100) Subject: sunrpc: tst-svc_register can be a regular test X-Git-Tag: glibc-2.34~856 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=973323ce692f723747d5f7e410dac3d6ecdaf5eb;p=thirdparty%2Fglibc.git sunrpc: tst-svc_register can be a regular test Now that compat_symbol_reference is not restricted to internal tests anymore. Reviewed-by: Adhemerval Zanella --- diff --git a/sunrpc/Makefile b/sunrpc/Makefile index 9761585409e..7e5bbfd951b 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))