
12 Oct
2020
12 Oct
'20
5:34 a.m.
On Wed, 7 Oct 2020 at 01:21, Rasmus Villemoes rasmus.villemoes@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@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@chromium.org