summaryrefslogtreecommitdiff
path: root/test/boot/Makefile
diff options
context:
space:
mode:
authorDaniel Golle <[email protected]>2026-05-16 00:38:27 +0100
committerTom Rini <[email protected]>2026-05-27 13:41:33 -0600
commite7ee728ace3c6cc45fce3d8f14560d2be99ec07a (patch)
tree5dc7edc8969bbc846aa997f4983476973c38a85c /test/boot/Makefile
parentf34597790e655baf25ff3081da654f7fc725b56b (diff)
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]> Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'test/boot/Makefile')
-rw-r--r--test/boot/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/boot/Makefile b/test/boot/Makefile
index 89538d4f0a6..d98f212b243 100644
--- a/test/boot/Makefile
+++ b/test/boot/Makefile
@@ -15,6 +15,7 @@ endif
ifdef CONFIG_SANDBOX
obj-$(CONFIG_$(PHASE_)CMDLINE) += bootm.o
endif
+obj-$(CONFIG_$(PHASE_)FIT_VERITY) += fit_verity.o
obj-$(CONFIG_MEASURED_BOOT) += measurement.o
ifdef CONFIG_OF_LIVE