Hello Sam McNally, build bot (Jenkins), Victor Ding, Shiyu Sun, Angel Pons, Nikolai Artemiev,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/47356
to look at the new patch set (#3).
Change subject: tests/: Add programmer enumerate correspondence test ......................................................................
tests/: Add programmer enumerate correspondence test
The enumerate defines within programmer.h must be aligned with the programmer dispatch table within flashrom.c. The following unit-tests tries to improve coverage here to avoid issues like we saw when ENE and MEC1308 were upstreamed.
BUG=b:172668501 BRANCH=none TEST=`meson build && ninja -C build test` ran.
Change-Id: I13efc4561f743edf51326d4b408be8715b630377 Signed-off-by: Edward O'Callaghan quasisec@google.com --- M tests/flashrom.c M tests/tests.c M tests/tests.h 3 files changed, 96 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/56/47356/3