util/testing: Build test more of our tools
https://qa.coreboot.org/job/untested-coreboot-files reports a bunch of untouched Makefiles, so we never even attempt to build those tools. Change-Id: I70ca658d9642b84fa8388c72ecb83327a6a74291 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/47446 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com> Reviewed-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
parent
99289a89a3
commit
c9a9f839cb
|
@ -51,12 +51,16 @@ junit.xml:
|
|||
echo
|
||||
|
||||
TOOLLIST= \
|
||||
amdfwtool \
|
||||
cbmem \
|
||||
ectool \
|
||||
futility \
|
||||
genprof \
|
||||
intelmetool \
|
||||
inteltool \
|
||||
intelvbttool \
|
||||
nvramtool \
|
||||
post \
|
||||
superiotool
|
||||
|
||||
TEST_PAYLOADLIST_INTERNAL= \
|
||||
|
|
Loading…
Reference in New Issue