diff options
author | Martin Roth <martin@coreboot.org> | 2022-02-25 18:12:02 -0700 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2022-02-27 02:21:23 +0000 |
commit | e61e7789c23102df588e79101def663a117c365d (patch) | |
tree | 25c6e95edefcb05521018662055a35d8506bf0ea /util/testing | |
parent | e96506daf67543e0701511b73658c9c04565164b (diff) |
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 <martin@coreboot.org>
Change-Id: I9e7b7a01d4a77ffdac932ba5af12cbd1ba96628b
Reviewed-on: https://review.coreboot.org/c/coreboot/+/62406
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Diffstat (limited to 'util/testing')
-rw-r--r-- | util/testing/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |