test: Print the name of each test before running it
authorSimon Glass <sjg@chromium.org>
Tue, 2 Oct 2018 03:12:38 +0000 (21:12 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 8 Oct 2018 13:34:34 +0000 (07:34 -0600)
commitc9adb3559c623c2f1207c17e549059c2d97fc207
treef46c1e2aa93abffb3c45c9e069959b6d80db6182
parent734f3de9242040d27b7e40ae7f3d980192af5417
test: Print the name of each test before running it

At present the tests are run without any indication of what is running.
For the tests which start with a build this is pretty obvious, but for
tools it is not.

Add a name for each test we run, and print it before starting the test.
Signed-off-by: Simon Glass <sjg@chromium.org>
test/run