From: Guillaume Desmottes Date: Mon, 5 Feb 2018 15:48:41 +0000 (+0100) Subject: README.md: explain how to run a specific test from a specific file X-Git-Tag: 1.19.3~481^2~338 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bff76895656dac8c35c471a2e2a60f0f66b4bde2;p=platform%2Fupstream%2Fgstreamer.git README.md: explain how to run a specific test from a specific file https://bugzilla.gnome.org/show_bug.cgi?id=793190 --- diff --git a/README.md b/README.md index 46f9e05..0719aca 100644 --- a/README.md +++ b/README.md @@ -103,12 +103,18 @@ To run all the tests of a specific component: meson test -C build --suite gst-plugins-base ``` -Or to run a specific test: +Or to run a specific test file: ``` meson test -C build/ --suite gstreamer gst_gstbuffer ``` +Run a specific test from a specific test file: + +``` +GST_CHECKS=test_subbuffer meson test -C build/ --suite gstreamer gst_gstbuffer +``` + ## Add information about GStreamer development environment in your prompt line ### Bash prompt