[RFC PATCH v1 02/21] test: hush: Test hush if/else.
Simon Glass
sjg at chromium.org
Sat Jan 8 15:53:31 CET 2022
On Fri, 31 Dec 2021 at 09:14, Francis Laniel
<francis.laniel at amarulasolutions.com> wrote:
>
> As asked in commit 9c6bf1715f6a ("test/py: hush_if_test: Add tests to cover
> octal/hex values"), this commit translates test_hush_if_test.py to a C test.
>
> Signed-off-by: Francis Laniel <francis.laniel at amarulasolutions.com>
> ---
> test/hush/Makefile | 1 +
> test/hush/if.c | 308 +++++++++++++++++++++++++++++++++++++++++++++
> 2 files changed, 309 insertions(+)
> create mode 100644 test/hush/if.c
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list