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