]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
test: let UNIT_TEST imply CONSOLE_RECORD
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 23 Nov 2025 22:57:11 +0000 (23:57 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 5 Dec 2025 14:54:44 +0000 (08:54 -0600)
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>
test/Kconfig

index 6a4a5fc670826690f4d42be3a3817948b3ce793a..24105c133049f8e08b84de41644fe6ff1f410def 100644 (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