From 0e82146e0503541ce8871280996720000868f76e Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 21 Aug 2005 11:15:57 +0000 Subject: [PATCH] run valgrind with proper env Original commit message from CVS: run valgrind with proper env --- check/Makefile.am | 6 +++--- common | 2 +- tests/check/Makefile.am | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/check/Makefile.am b/check/Makefile.am index d8be280fb9..a293e8ddef 100644 --- a/check/Makefile.am +++ b/check/Makefile.am @@ -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 2827052513..c6ca073523 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 2827052513b1aa41f4a2414c163cfd0f4790b43c +Subproject commit c6ca0735235764a88cb0744eb2c039e961e061ab diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index d8be280fb9..a293e8ddef 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -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