summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 80585904b0..e27e2c1d67 100644
--- a/README.md
+++ b/README.md
@@ -88,25 +88,25 @@ ninja
You can easily run the test of all the components:
```
-mesontest -C build
+meson test -C build
```
To list all available tests:
```
-mesontest -C build --list
+meson test -C build --list
```
To run all the tests of a specific component:
```
-mesontest -C build --suite gst-plugins-base
+meson test -C build --suite gst-plugins-base
```
Or to run a specific test:
```
-mesontest -C build/ --suite gstreamer gst/gstbuffer
+meson test -C build/ --suite gstreamer gst/gstbuffer
```
## Add information about GStreamer development environment in your prompt line