Jakub Czapiga has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/67372 )
Change subject: tests: Add support for tests build failures detection ......................................................................
tests: Add support for tests build failures detection
This patch introduces new target: junit.xml-unit-tests, which builds and runs unit-tests. It also creates build log containing build logs. This feature allows for one to see build failures in Jenkins dashboard.
Signed-off-by: Jakub Czapiga jacz@semihalf.com Change-Id: I94184379dcc2ac10f1a47f4a9d205cacbeb640fe --- M payloads/libpayload/tests/Makefile.inc M tests/Makefile.inc M util/testing/Makefile.inc 3 files changed, 101 insertions(+), 9 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/72/67372/2