summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2017-01-30 09:08:59 +0100
committerTim-Philipp Müller <tim@centricular.com>2017-01-30 19:58:40 +0000
commit5a06cf2807bcf94587ff49ad91932971bb6550d7 (patch)
tree9f37cec4b2b7ea5e00c0ced5f194b85db5b1fa04 /README.md
parentf822ffead938ed8044611b9db226827482f48ad2 (diff)
downloadgstreamer-5a06cf2807bcf94587ff49ad91932971bb6550d7.tar.gz
README: update tests section
- Add example to list all tests - Add example to run all tests of a specific component - Update example running one specific test to avoid test name clashes with other components. https://bugzilla.gnome.org/show_bug.cgi?id=776718
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/README.md b/README.md
index a5d4103a7a..2d5d73a01b 100644
--- a/README.md
+++ b/README.md
@@ -71,10 +71,22 @@ You can easily run the test of all the components:
mesontest -C build
```
+To list all available tests:
+
+```
+mesontest -C build --list
+```
+
+To run all the tests of a specific component:
+
+```
+mesontest -C build --suite gst-plugins-base
+```
+
Or to run a specific test:
```
-mesontest -C build/ gst/gstbuffer
+mesontest -C build/ --suite gstreamer gst/gstbuffer
```
## Add information about GStreamer development environment in your prompt line