README: document how to run tests

https://bugzilla.gnome.org/show_bug.cgi?id=776710
This commit is contained in:
Guillaume Desmottes 2017-01-02 13:18:37 +01:00 committed by Tim-Philipp Müller
parent d68bff3c47
commit 9c15b9a136

View file

@ -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