Makefile: Add a 'check' target for make
authorSimon Glass <sjg@chromium.org>
Tue, 2 Oct 2018 03:12:36 +0000 (21:12 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 8 Oct 2018 13:34:34 +0000 (07:34 -0600)
commita3a3f5d5319dc4f25c012edc5446096c14ee1a9a
treeba2bd165e9763b6863cc6a48718befc378aabd37
parentda753e35cbd9a7fdad2e9be13a9642fb1d9af968
Makefile: Add a 'check' target for make

At present we use 'make tests' to run the tests. For many projects
'make check' is more common, so support that as well. Also add some help
to 'make help'.

Signed-off-by: Simon Glass <sjg@chromium.org>
Makefile