[PATCH] sunrpc/Makefile: Split and sort tests

avinal.xlvii@gmail.com avinal.xlvii@gmail.com
Fri Jun 27 18:53:10 GMT 2025


From: Avinal Kumar <avinal.xlvii@gmail.com>

This commit splits and sorts the tests in sunrpc/Makefile.

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
---
 sunrpc/Makefile | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/sunrpc/Makefile b/sunrpc/Makefile
index ca5311c41d..94bff1589e 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
 
-- 
2.50.0



More information about the Libc-alpha mailing list