mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 05:59:10 +00:00
README.md: use 'meson test' instead of 'mesontest'
The latter has been deprecated. https://bugzilla.gnome.org/show_bug.cgi?id=793190
This commit is contained in:
parent
c938c75916
commit
eb6e846023
1 changed files with 4 additions and 4 deletions
|
@ -88,25 +88,25 @@ ninja
|
||||||
You can easily run the test of all the components:
|
You can easily run the test of all the components:
|
||||||
|
|
||||||
```
|
```
|
||||||
mesontest -C build
|
meson test -C build
|
||||||
```
|
```
|
||||||
|
|
||||||
To list all available tests:
|
To list all available tests:
|
||||||
|
|
||||||
```
|
```
|
||||||
mesontest -C build --list
|
meson test -C build --list
|
||||||
```
|
```
|
||||||
|
|
||||||
To run all the tests of a specific component:
|
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:
|
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
|
## Add information about GStreamer development environment in your prompt line
|
||||||
|
|
Loading…
Reference in a new issue