Attention is currently required from: Anastasia Klimchuk.
Hello build bot (Jenkins), Thomas Heijligen, Anastasia Klimchuk,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/68197
to look at the new patch set (#3).
Change subject: tests/meson.build: Turn file list into list of file objects ......................................................................
tests/meson.build: Turn file list into list of file objects
When a file object is created, Meson also checks if the file actually exists and an errors points to the specific line of meson.build if not.
Thus, use file objects in tests/meson.build as it is done elsewhere.
Signed-off-by: Felix Singer felixsinger@posteo.net Change-Id: I0b9144a6b76c1772833817b4e6873818dcf36b05 --- M tests/meson.build 1 file changed, 17 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/97/68197/3