run valgrind with proper env

Original commit message from CVS:
run valgrind with proper env
This commit is contained in:
Thomas Vander Stichele 2005-08-21 11:15:57 +00:00
parent 84b76a4359
commit 0e82146e05
3 changed files with 7 additions and 7 deletions

View 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

2
common

@ -1 +1 @@
Subproject commit 2827052513b1aa41f4a2414c163cfd0f4790b43c
Subproject commit c6ca0735235764a88cb0744eb2c039e961e061ab

View 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