mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:36:20 +00:00
tests: extend the AM_TESTS_ENVIRONMENT from check.mak
To get the CK_DEFAULT_TIMEOUT defined for all tests https://bugzilla.gnome.org/show_bug.cgi?id=761472
This commit is contained in:
parent
de0b5bfb28
commit
c0dbfeb433
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ REGISTRY_ENVIRONMENT = \
|
||||||
GST_REGISTRY_1_0=$(CHECK_REGISTRY)
|
GST_REGISTRY_1_0=$(CHECK_REGISTRY)
|
||||||
|
|
||||||
# GST_PLUGINS_XYZ_DIR is only set in an uninstalled setup
|
# GST_PLUGINS_XYZ_DIR is only set in an uninstalled setup
|
||||||
AM_TESTS_ENVIRONMENT = \
|
AM_TESTS_ENVIRONMENT += \
|
||||||
$(REGISTRY_ENVIRONMENT) \
|
$(REGISTRY_ENVIRONMENT) \
|
||||||
GST_PLUGIN_SYSTEM_PATH_1_0= \
|
GST_PLUGIN_SYSTEM_PATH_1_0= \
|
||||||
GST_PLUGIN_PATH_1_0=$(top_builddir)/plugins:$(GST_PLUGINS_BAD_DIR):$(GST_PLUGINS_LIBAV_DIR):$(GST_PLUGINS_UGLY_DIR):$(GST_PLUGINS_GOOD_DIR):$(GST_PLUGINS_BASE_DIR):$(GST_PLUGINS_DIR)
|
GST_PLUGIN_PATH_1_0=$(top_builddir)/plugins:$(GST_PLUGINS_BAD_DIR):$(GST_PLUGINS_LIBAV_DIR):$(GST_PLUGINS_UGLY_DIR):$(GST_PLUGINS_GOOD_DIR):$(GST_PLUGINS_BASE_DIR):$(GST_PLUGINS_DIR)
|
||||||
|
|
Loading…
Reference in a new issue