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)
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


No differences found