Skip to content
Snippets Groups Projects

Update gen-md5.py after manual changes to meson.build

Merged Martin Storsjö requested to merge mstorsjo/dav1d-test-data:update-gen-md5 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -59,7 +59,7 @@ for filepath in args.files:
test_name = Path(filepath).stem
args.mesonfile.write(
(
"test('Test {name}', md5test,\n"
"test('{name}', md5test, suite: 'testdata',\n"
" args: [dav1d, files('{filepath}')])\n"
).format(name=test_name, filepath=filepath)
)
Loading