run valgrind with proper env
authorThomas Vander Stichele <thomas@apestaart.org>
Sun, 21 Aug 2005 11:15:57 +0000 (11:15 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sun, 21 Aug 2005 11:15:57 +0000 (11:15 +0000)
Original commit message from CVS:
run valgrind with proper env

check/Makefile.am
common
tests/check/Makefile.am

index d8be280..a293e8d 100644 (file)
@@ -1,12 +1,10 @@
 include $(top_srcdir)/common/check.mak
 
-CHECK_REGISTRY=$(top_builddir)/check/test-registry.xml
+CHECK_REGISTRY = $(top_builddir)/check/test-registry.xml
 
 GST_TOOLS_DIR = $(top_builddir)/tools
 
 TESTS_ENVIRONMENT=\
-       GST_PLUGIN_PATH_ONLY=yes \
-       GST_PLUGIN_PATH=$(top_builddir)/gst \
        GST_REGISTRY=$(CHECK_REGISTRY)
 
 plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
@@ -27,6 +25,8 @@ clean-local: clean-local-check
 
 $(CHECK_REGISTRY):
        $(TESTS_ENVIRONMENT)                                    \
+       GST_PLUGIN_PATH_ONLY=yes                                \
+       GST_PLUGIN_PATH=$(top_builddir)/gst                     \
        $(top_builddir)/tools/gst-register
 
 # FIXME: it'd be nicer to run the versioned register, but in that case
diff --git a/common b/common
index 2827052..c6ca073 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 2827052513b1aa41f4a2414c163cfd0f4790b43c
+Subproject commit c6ca0735235764a88cb0744eb2c039e961e061ab
index d8be280..a293e8d 100644 (file)
@@ -1,12 +1,10 @@
 include $(top_srcdir)/common/check.mak
 
-CHECK_REGISTRY=$(top_builddir)/check/test-registry.xml
+CHECK_REGISTRY = $(top_builddir)/check/test-registry.xml
 
 GST_TOOLS_DIR = $(top_builddir)/tools
 
 TESTS_ENVIRONMENT=\
-       GST_PLUGIN_PATH_ONLY=yes \
-       GST_PLUGIN_PATH=$(top_builddir)/gst \
        GST_REGISTRY=$(CHECK_REGISTRY)
 
 plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
@@ -27,6 +25,8 @@ clean-local: clean-local-check
 
 $(CHECK_REGISTRY):
        $(TESTS_ENVIRONMENT)                                    \
+       GST_PLUGIN_PATH_ONLY=yes                                \
+       GST_PLUGIN_PATH=$(top_builddir)/gst                     \
        $(top_builddir)/tools/gst-register
 
 # FIXME: it'd be nicer to run the versioned register, but in that case