README: update tests section
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 30 Jan 2017 08:08:59 +0000 (09:08 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Mon, 30 Jan 2017 19:58:40 +0000 (19:58 +0000)
- 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

README.md

index a5d4103..2d5d73a 100644 (file)
--- 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