[PATCH v2 3/3] ut: add small hush tests
Simon Glass
sjg at chromium.org
Mon Oct 12 05:34:31 CEST 2020
On Wed, 7 Oct 2020 at 01:21, Rasmus Villemoes
<rasmus.villemoes at prevas.dk> wrote:
>
> This is primarily to add a test of the new "call" command, but we
> might as well add some very basic tests as well.
>
> Signed-off-by: Rasmus Villemoes <rasmus.villemoes at prevas.dk>
> ---
> configs/sandbox64_defconfig | 1 +
> configs/sandbox_defconfig | 1 +
> include/test/suites.h | 1 +
> test/cmd/Makefile | 1 +
> test/cmd/hush.c | 91 +++++++++++++++++++++++++++++++++++++
> test/cmd_ut.c | 6 +++
> 6 files changed, 101 insertions(+)
> create mode 100644 test/cmd/hush.c
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list