Attention is currently required from: Thomas Heijligen, Angel Pons, Anastasia Klimchuk.
Hello build bot (Jenkins), Thomas Heijligen, Angel Pons, Anastasia Klimchuk,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/68162
to look at the new patch set (#16).
Change subject: meson: Move programmer test sources into programmer definition ......................................................................
meson: Move programmer test sources into programmer definition
Move the definition of the programmer test source files into the dictionary defining the programmers itself. This way there is a better overview about which of the available programmers have tests and which don't.
Also, to keep the tests working, iterate over all programmers and add their test source files to the list of sources that should be built.
Signed-off-by: Felix Singer felixsinger@posteo.net Change-Id: I307faaf8a9f7ae3c54bd96e7d871a3abb8aadea3 --- M meson.build M tests/meson.build 2 files changed, 32 insertions(+), 9 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/62/68162/16