[glibc] sunrpc/Makefile: Split and sort tests
Carlos O'Donell via Glibc-cvs <[email protected]> Wed, 27 May 2026 12:17:09 +0000 (GMT)
| Newsgroups | gmane.comp.lib.glibc.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=37318986e74376e1cba83740c17a33d964b6f03b commit 37318986e74376e1cba83740c17a33d964b6f03b Author: Avinal Kumar <[email protected]> Date: Sat Jun 28 00:23:10 2025 +0530 sunrpc/Makefile: Split and sort tests This commit splits and sorts the tests in sunrpc/Makefile. Signed-off-by: Avinal Kumar <[email protected]> Reviewed-by: Carlos O'Donell <[email protected]> Diff: --- sunrpc/Makefile | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/sunrpc/Makefile b/sunrpc/Makefile index ed61002a68..63c9087458 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