tests: extend the AM_TESTS_ENVIRONMENT from check.mak
authorThiago Santos <thiagoss@osg.samsung.com>
Fri, 5 Feb 2016 23:02:22 +0000 (20:02 -0300)
committerThiago Santos <thiagoss@osg.samsung.com>
Fri, 5 Feb 2016 23:02:22 +0000 (20:02 -0300)
To get the CK_DEFAULT_TIMEOUT defined for all tests

https://bugzilla.gnome.org/show_bug.cgi?id=761472

tests/check/Makefile.am

index 49dd52e62d4adcd8f2edbb02a26d384446a2e9b2..08be428295c0f51eae4ffe50803a10be659936f2 100644 (file)
@@ -9,7 +9,7 @@ REGISTRY_ENVIRONMENT = \
        GST_REGISTRY_1_0=$(CHECK_REGISTRY)
 
 # GST_PLUGINS_XYZ_DIR is only set in an uninstalled setup
-AM_TESTS_ENVIRONMENT = \
+AM_TESTS_ENVIRONMENT += \
        $(REGISTRY_ENVIRONMENT)                                 \
        GST_PLUGIN_SYSTEM_PATH_1_0=                             \
        GST_PLUGIN_PATH_1_0=$(top_builddir)/gst:$(top_builddir)/sys:$(top_builddir)/ext:$(GST_PLUGINS_LIBAV_DIR):$(GST_PLUGINS_UGLY_DIR):$(GST_PLUGINS_GOOD_DIR):$(GST_PLUGINS_BASE_DIR):$(GST_PLUGINS_DIR) \