]> git.dujemihanovic.xyz Git - u-boot.git/commit
test/boot: Make BOOTSTD tests depend on UT_BOOTSTD
authorTom Rini <trini@konsulko.com>
Fri, 16 Aug 2024 03:49:04 +0000 (21:49 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 23 Aug 2024 21:59:39 +0000 (15:59 -0600)
commit916a4704fc868ef230ad920851e93161eaf995b4
tree8dd1e2a454c0b2f22bd88594f1e68f467d780fbb
parent636e07915f3f6696af9eb891c6e9f94a210f2f85
test/boot: Make BOOTSTD tests depend on UT_BOOTSTD

While we have a symbol for controlling if we will be testing BOOTSTD or
not, and it depends on SANDBOX, we do not control the building of
test/boot/ content correctly. Guard the current bootstd tests with
a check for UT_BOOTSTD and leave the measurement test available.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
test/boot/Makefile