mirror of
git://sourceware.org/git/glibc.git
synced 2026-09-08 23:58:31 +08:00
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:
committed by
Carlos O'Donell
parent
b507b6d4c6
commit
37318986e7
+9
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user