commit | 2dba91a75514e8af4b0b2ee445a62bc450198eea | [log] [tgz] |
---|---|---|
author | Francis Laniel <francis.laniel@amarulasolutions.com> | Fri Dec 22 22:02:21 2023 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 28 12:02:56 2023 -0500 |
tree | 4e4456ec16188ce554215e586ecd6e21661fdb33 | |
parent | 8ff257ce616b35e66903679dfaa241837a1b2c58 [diff] |
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>