]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: Add framework to test hush behavior
authorFrancis Laniel <francis.laniel@amarulasolutions.com>
Fri, 22 Dec 2023 21:02:21 +0000 (22:02 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 28 Dec 2023 17:02:56 +0000 (12:02 -0500)
commitcb1277cc4dd541f2e541523da0600739678d3e8b
tree4e4456ec16188ce554215e586ecd6e21661fdb33
parent4b151562bb8e54160adedbc6a1c0c749c00a2f84
test: Add framework to test hush behavior

Introduce a new subcommand to ut: ut hush.
For the moment, this command does nothing, future commits will add tests which
will be run on command call.

Note that CONFIG_HUSH_PARSER must be defined to compile this new subcommand.

Signed-off-by: Francis Laniel <francis.laniel@amarulasolutions.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
include/test/hush.h [new file with mode: 0644]
include/test/suites.h
test/Makefile
test/cmd_ut.c
test/hush/Makefile [new file with mode: 0644]
test/hush/cmd_ut_hush.c [new file with mode: 0644]