mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
README: document how to run tests
https://bugzilla.gnome.org/show_bug.cgi?id=776710
This commit is contained in:
parent
d68bff3c47
commit
9c15b9a136
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -63,6 +63,19 @@ Update all GStreamer modules without rebuilding:
|
||||||
ninja -C build/ git-update
|
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
|
## Add information about GStreamer development environment in your prompt line
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue