]> git.ipfire.org Git - thirdparty/u-boot.git/commit
test: boot: add runtime unit test for fit_verity_build_cmdline()
authorDaniel Golle <daniel@makrotopia.org>
Fri, 15 May 2026 23:38:27 +0000 (00:38 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 27 May 2026 19:41:33 +0000 (13:41 -0600)
commite7ee728ace3c6cc45fce3d8f14560d2be99ec07a
tree5dc7edc8969bbc846aa997f4983476973c38a85c
parentf34597790e655baf25ff3081da654f7fc725b56b
test: boot: add runtime unit test for fit_verity_build_cmdline()

Add test/boot/fit_verity.c with four tests that construct FIT blobs
in memory and exercise fit_verity_build_cmdline().

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/boot/Makefile
test/boot/fit_verity.c [new file with mode: 0644]
test/cmd_ut.c