Hello Carl-Daniel Hailfinger, Angel Pons, David Hendricks, build bot (Jenkins), Daniel Kurtz,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/38954
to look at the new patch set (#2).
Change subject: tests/: [RFC]: Implement unit-testing using mtest ......................................................................
tests/: [RFC]: Implement unit-testing using mtest
The following allows the use of a ultra minimal unit-testing framework and includes an example that exercises the libflashrom init self-check and tear-down.
Some work is needed to get include paths into a healthy state so that inner logic can be instrumented however this sets the tone.
Change-Id: I18d68d3ace32b5be264aae2988a8ed84c779be43 Signed-off-by: Edward O'Callaghan quasisec@google.com --- M meson.build A tests/meson.build A tests/selfcheck.c 3 files changed, 188 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/54/38954/2