Skip to content

add wrapping script for testing with frame/tile-threads

Janne Grunau requested to merge janne/dav1d-test-data:multithread-tests into master

Use the wrapping capabilities of meson test. meson test --wrap ../tests/dav1d-test-data/wrap_mt.sh will append the values of the environment variables FRAMETHREADS and TILETHREADS as '--framethreads' and '--tilethreads' command line parameters. If the varables are not set it will default to 2 frame and tile threads.

Merge request reports