From 8a52189f0dfc18ccfa7a17f0e5d97ca4434806f1 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Sun, 3 Feb 2019 22:41:18 +0100 Subject: Make the test section easier to use --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit v1.2.3