mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
README: update tests section
- Add example to list all tests - Add example to run all tests of a specific component - Update example running one specific test to avoid test name clashes with other components. https://bugzilla.gnome.org/show_bug.cgi?id=776718
This commit is contained in:
parent
f822ffead9
commit
5a06cf2807
1 changed files with 13 additions and 1 deletions
14
README.md
14
README.md
|
@ -71,10 +71,22 @@ You can easily run the test of all the components:
|
|||
mesontest -C build
|
||||
```
|
||||
|
||||
To list all available tests:
|
||||
|
||||
```
|
||||
mesontest -C build --list
|
||||
```
|
||||
|
||||
To run all the tests of a specific component:
|
||||
|
||||
```
|
||||
mesontest -C build --suite gst-plugins-base
|
||||
```
|
||||
|
||||
Or to run a specific test:
|
||||
|
||||
```
|
||||
mesontest -C build/ gst/gstbuffer
|
||||
mesontest -C build/ --suite gstreamer gst/gstbuffer
|
||||
```
|
||||
|
||||
## Add information about GStreamer development environment in your prompt line
|
||||
|
|
Loading…
Reference in a new issue