mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 15:48:23 +00:00
tests: fix the manual tests by setting the right env-vars
This commit is contained in:
parent
653f9148bd
commit
3037172f48
1 changed files with 3 additions and 3 deletions
|
@ -14,9 +14,9 @@ REGISTRY_ENVIRONMENT = \
|
|||
|
||||
AM_TESTS_ENVIRONMENT = \
|
||||
$(REGISTRY_ENVIRONMENT) \
|
||||
GST_PLUGIN_SCANNER=$(top_builddir)/libs/gst/helpers/gst-plugin-scanner \
|
||||
GST_PLUGIN_SYSTEM_PATH= \
|
||||
GST_PLUGIN_PATH=$(top_builddir)/plugins
|
||||
GST_PLUGIN_SCANNER_1_0=$(top_builddir)/libs/gst/helpers/gst-plugin-scanner \
|
||||
GST_PLUGIN_SYSTEM_PATH_1_0= \
|
||||
GST_PLUGIN_PATH_1_0=$(top_builddir)/plugins
|
||||
|
||||
EXTRA_DIST = extract.pl
|
||||
|
||||
|
|
Loading…
Reference in a new issue