[gst-cvs] gstreamer: check: Fix test run in tests/examples/manual

Jan Schmidt thaytan at kemper.freedesktop.org
Thu Oct 8 02:31:00 PDT 2009


Module: gstreamer
Branch: master
Commit: 509e1fdf0efae4d5eac3fe2204b5e5e890fa4fd1
URL:    http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=509e1fdf0efae4d5eac3fe2204b5e5e890fa4fd1

Author: Jan Schmidt <thaytan at noraisin.net>
Date:   Thu Oct  8 10:26:27 2009 +0100

check: Fix test run in tests/examples/manual

Add the GST_PLUGIN_SCANNER env var to the check environment here too
so that it doesn't fail when no installed scanner is available.

---

 tests/examples/manual/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/tests/examples/manual/Makefile.am b/tests/examples/manual/Makefile.am
index 80c4848..8d50c89 100644
--- a/tests/examples/manual/Makefile.am
+++ b/tests/examples/manual/Makefile.am
@@ -22,6 +22,7 @@ REGISTRY_ENVIRONMENT = \
 
 TESTS_ENVIRONMENT = \
         $(REGISTRY_ENVIRONMENT)                                 \
+        GST_PLUGIN_SCANNER=$(top_builddir)/libs/gst/helpers/plugin-scanner \
         GST_PLUGIN_SYSTEM_PATH=                                 \
         GST_PLUGIN_PATH=$(top_builddir)/plugins
 





More information about the Gstreamer-commits mailing list