tests: extend the AM_TESTS_ENVIRONMENT from check.mak
authorThiago Santos <thiagoss@osg.samsung.com>
Fri, 5 Feb 2016 22:08:18 +0000 (19:08 -0300)
committerThiago Santos <thiagoss@osg.samsung.com>
Fri, 5 Feb 2016 22:11:10 +0000 (19:11 -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 560b5b1..d626c8e 100644 (file)
@@ -7,7 +7,7 @@ GST_TOOLS_DIR = $(top_builddir)/tools
 REGISTRY_ENVIRONMENT = \
        GST_REGISTRY=$(CHECK_REGISTRY)
 
-AM_TESTS_ENVIRONMENT = \
+AM_TESTS_ENVIRONMENT += \
         GST_STATE_IGNORE_ELEMENTS="$(STATE_IGNORE_ELEMENTS)"   \
         $(REGISTRY_ENVIRONMENT)                                        \
         GST_PLUGIN_SCANNER_1_0=$(top_builddir)/libs/gst/helpers/gst-plugin-scanner \