summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2017-01-02 13:18:37 +0100
committerTim-Philipp Müller <tim@centricular.com>2017-01-02 12:31:52 +0000
commit9c15b9a136a4df00c43fce70c0ad749a5b04d441 (patch)
tree87888c7f4d0bb296d691e455f4ffa1c1493dfcf5 /README.md
parentd68bff3c47b2da74d67ab7c0849cf7f0f9b9d76e (diff)
downloadgstreamer-9c15b9a136a4df00c43fce70c0ad749a5b04d441.tar.gz
README: document how to run tests
https://bugzilla.gnome.org/show_bug.cgi?id=776710
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 55f508bad1..a5d4103a7a 100644
--- a/README.md
+++ b/README.md
@@ -63,6 +63,19 @@ Update all GStreamer modules without rebuilding:
ninja -C build/ git-update
```
+## Run tests
+
+You can easily run the test of all the components:
+
+```
+mesontest -C build
+```
+
+Or to run a specific test:
+
+```
+mesontest -C build/ gst/gstbuffer
+```
## Add information about GStreamer development environment in your prompt line