Attention is currently required from: Martin Roth. Hello build bot (Jenkins), Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/63637
to look at the new patch set (#2).
Change subject: tests: Split Makefile to allow for making host-side test tools ......................................................................
tests: Split Makefile to allow for making host-side test tools
This patch is based on similar changes [1] done in Depthcharge projects, which aimed to provide unified way to build host-side programs for testing internal code. New test tools might benefit from it by having same base code as unit-tests.
[1] https://crrev.com/c/3412108
TEST=make unit-tests TEST=COV=1 make unit-tests coverage-report
Signed-off-by: Jakub Czapiga jacz@semihalf.com Change-Id: Iac4517ab6146fa3f2d2b7a20df54601ab2d04c3d --- A tests/Makefile.common M tests/Makefile.inc 2 files changed, 170 insertions(+), 161 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/37/63637/2