mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-07 15:02:40 +00:00
docs: Update gst-validate-launcher documentation
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-devtools/-/merge_requests/193>
This commit is contained in:
parent
da38482a5c
commit
dfc62f7d7a
1 changed files with 5 additions and 2 deletions
|
@ -5,7 +5,7 @@ short-description: Integration testsuite builder and launcher
|
||||||
# gst-validate-launcher
|
# gst-validate-launcher
|
||||||
|
|
||||||
`gst-validate-launcher` is an application to run unit or integration testsuites
|
`gst-validate-launcher` is an application to run unit or integration testsuites
|
||||||
providing a set of options and features to help debugging them easier.
|
providing a set of options and features to help debugging them.
|
||||||
|
|
||||||
## Run the GStreamer unit tests
|
## Run the GStreamer unit tests
|
||||||
|
|
||||||
|
@ -27,13 +27,16 @@ Or to run unit tests from gst-plugins-base
|
||||||
gst-validate-launcher check.gst-plugins-base
|
gst-validate-launcher check.gst-plugins-base
|
||||||
```
|
```
|
||||||
|
|
||||||
|
You can also run them inside valgrind with the `-vg` option or inside gdb with
|
||||||
|
`--gdb` for example.
|
||||||
|
|
||||||
## Run the GstValidate default testsuite
|
## Run the GstValidate default testsuite
|
||||||
|
|
||||||
GstValidate comes with a default testsuite to be executed on a default
|
GstValidate comes with a default testsuite to be executed on a default
|
||||||
set of media samples. Those media samples are stored with `git-lfs` so
|
set of media samples. Those media samples are stored with `git-lfs` so
|
||||||
you will need it to be able to launch the default testsuite.
|
you will need it to be able to launch the default testsuite.
|
||||||
|
|
||||||
We recommendusing `gst-build` to setup everything needed to run the testsuite
|
We recommend using `gst-build` to setup everything needed to run the testsuite
|
||||||
and you can simply do:
|
and you can simply do:
|
||||||
|
|
||||||
gst-validate-launcher validate
|
gst-validate-launcher validate
|
||||||
|
|
Loading…
Reference in a new issue