Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarvin Scholz <epirat07@gmail.com>2018-10-30 01:40:43 +0300
committerJean-Baptiste Kempf <jb@videolan.org>2018-10-30 15:39:43 +0300
commit8cef1efc670922421ae9027d7ec26bb4d8d30ee2 (patch)
tree3dcf02681b6901994e623d4ff5b488759ef380fe /README.md
parent4a535b9fbb3fc2d936878770f089a24c47e608af (diff)
Readme: Add info how to run tests
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
index c39fd14..9e42faf 100644
--- a/README.md
+++ b/README.md
@@ -65,6 +65,22 @@ The [VideoLAN Code of Conduct](https://wiki.videolan.org/CoC) applies to this pr
2. Run `meson build --buildtype release`
3. Build with `ninja -C build`
+# Run tests
+
+1. During initial build dir setup or `meson configure` specify `-Dbuild_tests=true`
+2. In the build directory run `meson test` optionally with `-v` for more verbose output, especially useful
+ for checkasm
+
+# Run testdata based tests
+
+1. Checkout the test data repository
+
+ ```
+ git clone https://code.videolan.org/videolan/dav1d-test-data.git tests/dav1d-test-data
+ ```
+2. During initial build dir setup or `meson configure` specify `-Dbuild_tests=true` and `-Dtestdata_tests=true`
+3. In the build directory run `meson test` optionally with `-v` for more verbose output
+
# Support
This project is partially funded by the *Alliance for Open Media*/**AOM** and is supported by TwoOrioles and VideoLabs.