README: document how to run tests
https://bugzilla.gnome.org/show_bug.cgi?id=776710
This commit is contained in:
parent
d68bff3c47
commit
9c15b9a136
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…
x
Reference in New Issue
Block a user