[PATCH 07/19] test: cmd_exit_test depends on CONFIG_HUSH_PARSER
Tom Rini
trini at konsulko.com
Mon Nov 24 15:17:30 CET 2025
On Sun, Nov 23, 2025 at 11:56:59PM +0100, Heinrich Schuchardt wrote:
> The exit command is not available if CONFIG_HUSH_PARSER=n
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
> ---
> test/Kconfig | 1 +
> test/cmd/Makefile | 2 +-
> 2 files changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/test/Kconfig b/test/Kconfig
> index 77e7cad3984..6a4a5fc6708 100644
> --- a/test/Kconfig
> +++ b/test/Kconfig
> @@ -3,6 +3,7 @@ menu "Testing"
> config UNIT_TEST
> bool "Unit tests"
> depends on CMDLINE
> + imply HEXDUMP
> help
> Select this to compile in unit tests for various parts of
> U-Boot. Test suites will be subcommands of the "ut" command.
This should be its own commit, or part of the hexdump patch.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20251124/bedbc5c8/attachment.sig>
More information about the U-Boot
mailing list