]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: hush: Test hush if/else
authorFrancis Laniel <francis.laniel@amarulasolutions.com>
Fri, 22 Dec 2023 21:02:22 +0000 (22:02 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 28 Dec 2023 17:02:56 +0000 (12:02 -0500)
commitd3bc2c54acd6e8f7cec377a1e79547b7921bb9d6
tree9f57db2191a2ca11db30b335295aa00f08fdbf67
parentcb1277cc4dd541f2e541523da0600739678d3e8b
test: hush: Test hush if/else

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>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/hush/Makefile
test/hush/if.c [new file with mode: 0644]