build: clean up make help output 46/22246/4
authorDave Wallace <dwallacelf@gmail.com>
Tue, 24 Sep 2019 21:52:36 +0000 (17:52 -0400)
committerDamjan Marion <dmarion@me.com>
Wed, 9 Oct 2019 10:30:49 +0000 (10:30 +0000)
commit2777ec761514fc0838ad11e6232ad97897663356
treee0289cec88256aeb61d23aa33dd7fba5ca028fd2
parente0792fdff6a9cc141f1cb4c6c1d2ac478cf44ee2
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 <dwallacelf@gmail.com>
Change-Id: Ief54cc8a5af68c052aacb0d660237c5eb63451b5
Makefile
test/Makefile