mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
README.md: explain how to run a specific test from a specific file
https://bugzilla.gnome.org/show_bug.cgi?id=793190
This commit is contained in:
parent
54f73bc847
commit
bff7689565
1 changed files with 7 additions and 1 deletions
|
@ -103,12 +103,18 @@ To run all the tests of a specific component:
|
||||||
meson test -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 file:
|
||||||
|
|
||||||
```
|
```
|
||||||
meson test -C build/ --suite gstreamer gst_gstbuffer
|
meson test -C build/ --suite gstreamer gst_gstbuffer
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Run a specific test from a specific test file:
|
||||||
|
|
||||||
|
```
|
||||||
|
GST_CHECKS=test_subbuffer 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
|
||||||
|
|
||||||
### Bash prompt
|
### Bash prompt
|
||||||
|
|
Loading…
Reference in a new issue