Attention is currently required from: Thomas Heijligen. Hello build bot (Jenkins), Anastasia Klimchuk,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/64224
to look at the new patch set (#2).
Change subject: tests: Rearange CPP guards ......................................................................
tests: Rearange CPP guards
This fixes -Werror=unused-function when not all programmer tests are build.
`run_basic_lifecycle` and `run_probe_lifecycle` need to have a prototype to not throw a -Werror=unused-function if no programmer needs them.
Change-Id: I02880e73996b30df618738e86b8a52126fbe5b3b Signed-off-by: Thomas Heijligen thomas.heijligen@secunet.com --- M tests/lifecycle.c M tests/tests.h 2 files changed, 42 insertions(+), 34 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/24/64224/2