selftests/nolibc: add a "help" target
authorWilly Tarreau <w@1wt.eu>
Tue, 19 Jul 2022 21:44:49 +0000 (23:44 +0200)
committerPaul E. McKenney <paulmck@kernel.org>
Wed, 31 Aug 2022 12:17:45 +0000 (05:17 -0700)
commitffc297fe2259a701f2bd52a6fb8481abc89d331d
tree0a369e66ec7c56d1e2158e0158c712e064422478
parentb25c5284db0a481a427c9838f32662587d947d27
selftests/nolibc: add a "help" target

It presents the supported targets, and becomes the default target to
save the user from having to read the makefile. The "all" target was
placed after it and now points to "run" to do everything since it's
no longer the default one.

Signed-off-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/testing/selftests/nolibc/Makefile