Attention is currently required from: Felix Singer.
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 (#4).
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 error points to the specific line of meson.build if not. If just a list of filenames is used, then the error occurs at the line where the list is used.
Thus, use file objects in tests/meson.build for more useful error messages.
Signed-off-by: Felix Singer felixsinger@posteo.net Change-Id: I0b9144a6b76c1772833817b4e6873818dcf36b05 --- M tests/meson.build 1 file changed, 20 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/97/68197/4