On 2026-05-07T16:40:15, Daniel Golle <[email protected]> wrote: > 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 <[email protected]> > > test/boot/Makefile | 1 + > test/boot/fit_verity.c | 306 > +++++++++++++++++++++++++++++++++++++++++++++++++ > test/cmd_ut.c | 2 + > 3 files changed, 309 insertions(+)
Reviewed-by: Simon Glass <[email protected]>

