test: let UNIT_TEST imply CONSOLE_RECORD
The cmd and the log test suites rely on CONFIG_CONSOLE_RECORD. The log test suite is always built if CONFIG_UNIT_TEST=y. The print_do_hex_dump test relies on CONFIG_HEXDUMP. Imply it too. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
committed by
Tom Rini
parent
21fbda84b3
commit
e3d4ab5286
@@ -3,6 +3,7 @@ menu "Testing"
|
||||
config UNIT_TEST
|
||||
bool "Unit tests"
|
||||
depends on CMDLINE
|
||||
imply CONSOLE_RECORD
|
||||
imply HEXDUMP
|
||||
help
|
||||
Select this to compile in unit tests for various parts of
|
||||
|
||||
Reference in New Issue
Block a user