diff options
| author | Heinrich Schuchardt <[email protected]> | 2025-11-23 23:57:11 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-12-05 08:54:44 -0600 |
| commit | e3d4ab528693419f809a9dcbbb697a7cd3be7086 (patch) | |
| tree | 81b13e159352981279f260f379b8dbb63b0b10c9 /test | |
| parent | 21fbda84b39a64fe74c1e34e4ff6e070a9ba200e (diff) | |
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 <[email protected]>
Diffstat (limited to 'test')
| -rw-r--r-- | test/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Kconfig b/test/Kconfig index 6a4a5fc6708..24105c13304 100644 --- a/test/Kconfig +++ b/test/Kconfig @@ -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 |
