build: clean up make help output 07/22907/2
authorDave Wallace <[email protected]>
Tue, 24 Sep 2019 21:52:36 +0000 (17:52 -0400)
committerAndrew Yourtchenko <[email protected]>
Sun, 27 Oct 2019 10:00:29 +0000 (10:00 +0000)
commit0d2f654a03c98ffd933b0695e1ef9d70ada4d466
treea9e730c8fa6d0786dc041ce94709fe848aeb3415
parentfe9613631ced5f6967f113e8dc5637a319154e0a
build: clean up make help output

This change is designed to help the uninformed find the right way
to run extended tests by using the test-all[-debug] targets.
'make test EXTENDED_TESTS=y' fails to build as it has a dependency
on 'vom-install' which is conveniently included in test-all[-debug].

- clarify test-all[-debug] description and
  make test-help description
- Also align indentation of make help output

Type: style

Signed-off-by: Dave Wallace <[email protected]>
Change-Id: Ief54cc8a5af68c052aacb0d660237c5eb63451b5
(cherry picked from commit 2777ec761514fc0838ad11e6232ad97897663356)
Makefile
test/Makefile