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:
authorLuca Barbato <lu_zero@gentoo.org>2019-02-04 00:41:18 +0300
committerLuca Barbato <lu_zero@gentoo.org>2019-02-04 12:13:08 +0300
commit8a52189f0dfc18ccfa7a17f0e5d97ca4434806f1 (patch)
tree2ba029cdb5d03c08b9d54118ef43e96d975b4b5c /README.md
parent96b244957fba69b8bc850dfd36367de401a52164 (diff)
Make the test section easier to use
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index a433051..bb8f7de 100644
--- a/README.md
+++ b/README.md
@@ -70,7 +70,7 @@ The [VideoLAN Code of Conduct](https://wiki.videolan.org/CoC) applies to this pr
# Compile
-1. Install [Meson](https://mesonbuild.com/) (0.47 or higher), [Ninja](https://ninja-build.org/), and, for x86* targets, [nasm](https://nasm.us/) (2.13.02 or higher)
+1. Install [Meson](https://mesonbuild.com/) (0.47 or higher), [Ninja](https://ninja-build.org/), and, for x86\* targets, [nasm](https://nasm.us/) (2.13.02 or higher)
2. Run `meson build --buildtype release`
3. Build with `ninja -C build`
@@ -88,6 +88,10 @@ The [VideoLAN Code of Conduct](https://wiki.videolan.org/CoC) applies to this pr
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`
+
+ ```
+ meson .test -Dbuild_tests=true -Dtestdata_tests=true
+ ```
3. In the build directory run `meson test` optionally with `-v` for more verbose output
# Support