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:
Heinrich Schuchardt
2025-11-23 23:57:11 +01:00
committed by Tom Rini
parent 21fbda84b3
commit e3d4ab5286

View File

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