mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 09:00:54 +00:00
Add documentation for GST_VALIDATE_APPS_DIR
Add documentation for the environment variable, explaining what it is
used for and the default search locations.
Fixes: 4d569b51ed
add a way to specify an application directory.
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1829>
This commit is contained in:
parent
4cc110fa4e
commit
ceaf8aaaa1
1 changed files with 8 additions and 0 deletions
|
@ -35,6 +35,14 @@ output to standard error.
|
|||
|
||||
You can use the special names `stdout` and `stderr` to use those output.
|
||||
|
||||
**GST_VALIDATE_APPS_DIR.**
|
||||
|
||||
Set this variable to a colon separated list of paths. The validate test
|
||||
runner will execute all `.py` scripts found within the directories.
|
||||
By default GstValidate will look for test applications in the folders:
|
||||
* subprojects/gst-examples/webrtc/check/validate/apps
|
||||
* subprojects/gst-editing-services/tests/validate
|
||||
|
||||
**GST_VALIDATE_PLUGIN_PATH.**
|
||||
|
||||
Set this variable to a colon-separated list of paths. GstValidate will
|
||||
|
|
Loading…
Reference in a new issue