Run dav1d tests
masterTo run the standard test suite, you must first fetch the required test data.
- Clone the test data into the
tests/dav1d-test-datadirectory. - Configure meson with
-Dtestdata_tests=true. - Compile and run the tests using
meson test -v.
git clone https://code.videolan.org/videolan/dav1d-test-data.git tests/dav1d-test-data
# (After meson setup with -Dtestdata_tests=true and compilation)
meson test -v