summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2018-02-05 16:48:41 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2018-02-05 16:51:25 +0100
commitbff76895656dac8c35c471a2e2a60f0f66b4bde2 (patch)
tree16295de575d105dc7ff30b54ea6c7df266404cf2 /README.md
parent54f73bc84769525fb4e848be26393721f2c56948 (diff)
downloadgstreamer-bff76895656dac8c35c471a2e2a60f0f66b4bde2.tar.gz
README.md: explain how to run a specific test from a specific file
https://bugzilla.gnome.org/show_bug.cgi?id=793190
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 46f9e054d6..0719aca819 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