about summary refs log tree commit diff
path: root/sunrpc
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-03-09 21:07:24 +0100
committerFlorian Weimer <fweimer@redhat.com>2021-03-09 21:07:24 +0100
commit973323ce692f723747d5f7e410dac3d6ecdaf5eb (patch)
tree15810c1d90208ed81497d7fdaae2fc9352eb6408 /sunrpc
parentcfaf53672393c95c47602520cb2b6afd04230215 (diff)
downloadglibc-973323ce692f723747d5f7e410dac3d6ecdaf5eb.tar.gz
glibc-973323ce692f723747d5f7e410dac3d6ecdaf5eb.tar.xz
glibc-973323ce692f723747d5f7e410dac3d6ecdaf5eb.zip
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  <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sunrpc')
-rw-r--r--sunrpc/Makefile3
1 files changed, 1 insertions, 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))