Attention is currently required from: Thomas Heijligen, Angel Pons, Anastasia Klimchuk.
1 comment:
File tests/meson.build:
p_data += {
'testsrc' : p_data.get('testsrc', []),
}
srcs += p_data.get('testsrc')
Since not every programmer has tests, we would have to define an empty list of testsrc in the progra […]
See also line 440 in the top-level meson file. It's done the same way there. We could add the corresponding lines from here too so that the list of fields is "complete". So this meson file would only iterate over the programmers and add the source files to the srcs list.
What do you think? :)
To view, visit change 68162. To unsubscribe, or for help writing mail filters, visit settings.