From e61e7789c23102df588e79101def663a117c365d Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Fri, 25 Feb 2022 18:12:02 -0700 Subject: [PATCH] util/testing: Add cbfstool tools to tested utils Previously, cbfstool was tested as part of the coreboot build, but not tested individually. This let a change that broke elogtool slip through. Signed-off-by: Martin Roth Change-Id: I9e7b7a01d4a77ffdac932ba5af12cbd1ba96628b Reviewed-on: https://review.coreboot.org/c/coreboot/+/62406 Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer Reviewed-by: Elyes Haouas --- util/testing/Makefile.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/util/testing/Makefile.inc b/util/testing/Makefile.inc index 0830aea501..5c9e4d85a9 100644 --- a/util/testing/Makefile.inc +++ b/util/testing/Makefile.inc @@ -51,6 +51,7 @@ junit.xml: TOOLLIST= \ amdfwtool \ +cbfstool \ cbmem \ ectool \ futility \