
8 Jan
2022
8 Jan
'22
3:53 p.m.
On Fri, 31 Dec 2021 at 09:14, Francis Laniel francis.laniel@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@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@chromium.org