projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f8cfea
)
tests: extend the AM_TESTS_ENVIRONMENT from check.mak
author
Thiago Santos
<thiagoss@osg.samsung.com>
Fri, 5 Feb 2016 22:11:38 +0000
(19:11 -0300)
committer
Thiago Santos
<thiagoss@osg.samsung.com>
Fri, 5 Feb 2016 22:11:38 +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
patch
|
blob
|
history
diff --git
a/tests/check/Makefile.am
b/tests/check/Makefile.am
index c7ca6c1f9c2051dee134f0cc5a3b865b479bad0d..552558bd28ad0762952010cded270161df14f4b4 100644
(file)
--- a/
tests/check/Makefile.am
+++ b/
tests/check/Makefile.am
@@
-5,7
+5,7
@@
CHECK_REGISTRY = $(top_builddir)/tests/check/test-registry.reg
REGISTRY_ENVIRONMENT = \
GST_REGISTRY_1_0=$(CHECK_REGISTRY)
-AM_TESTS_ENVIRONMENT = \
+AM_TESTS_ENVIRONMENT
+
= \
$(REGISTRY_ENVIRONMENT) \
GST_PLUGIN_SYSTEM_PATH_1_0= \
GST_PLUGIN_PATH_1_0=$(top_builddir)/gst:$(top_builddir)/ext:$(top_builddir)/sys:$(GSTPB_PLUGINS_DIR):$(GST_PLUGINS_DIR) \