mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-26 15:28:50 +00:00
test: Make UNIT_TEST depend on CMDLINE
Many tests make some use of the command line, so require it for all test code. This could be teased apart, perhaps with a test flag indicating that it uses the command line. Leave that for later. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
d972192520
commit
8b888917ca
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ menu "Testing"
|
|||
|
||||
config UNIT_TEST
|
||||
bool "Unit tests"
|
||||
depends on CMDLINE
|
||||
help
|
||||
Select this to compile in unit tests for various parts of
|
||||
U-Boot. Test suites will be subcommands of the "ut" command.
|
||||
|
|
Loading…
Add table
Reference in a new issue