sunrpc/Makefile: Split and sort tests

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

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
This commit is contained in:
Avinal Kumar
2026-05-27 08:15:34 -04:00
committed by Carlos O'Donell
parent b507b6d4c6
commit 37318986e7
+9 -2
View File
@@ -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