mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
run valgrind with proper env
Original commit message from CVS: run valgrind with proper env
This commit is contained in:
parent
84b76a4359
commit
0e82146e05
3 changed files with 7 additions and 7 deletions
|
@ -1,12 +1,10 @@
|
||||||
include $(top_srcdir)/common/check.mak
|
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
|
GST_TOOLS_DIR = $(top_builddir)/tools
|
||||||
|
|
||||||
TESTS_ENVIRONMENT=\
|
TESTS_ENVIRONMENT=\
|
||||||
GST_PLUGIN_PATH_ONLY=yes \
|
|
||||||
GST_PLUGIN_PATH=$(top_builddir)/gst \
|
|
||||||
GST_REGISTRY=$(CHECK_REGISTRY)
|
GST_REGISTRY=$(CHECK_REGISTRY)
|
||||||
|
|
||||||
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
||||||
|
@ -27,6 +25,8 @@ clean-local: clean-local-check
|
||||||
|
|
||||||
$(CHECK_REGISTRY):
|
$(CHECK_REGISTRY):
|
||||||
$(TESTS_ENVIRONMENT) \
|
$(TESTS_ENVIRONMENT) \
|
||||||
|
GST_PLUGIN_PATH_ONLY=yes \
|
||||||
|
GST_PLUGIN_PATH=$(top_builddir)/gst \
|
||||||
$(top_builddir)/tools/gst-register
|
$(top_builddir)/tools/gst-register
|
||||||
|
|
||||||
# FIXME: it'd be nicer to run the versioned register, but in that case
|
# FIXME: it'd be nicer to run the versioned register, but in that case
|
||||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit 2827052513b1aa41f4a2414c163cfd0f4790b43c
|
Subproject commit c6ca0735235764a88cb0744eb2c039e961e061ab
|
|
@ -1,12 +1,10 @@
|
||||||
include $(top_srcdir)/common/check.mak
|
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
|
GST_TOOLS_DIR = $(top_builddir)/tools
|
||||||
|
|
||||||
TESTS_ENVIRONMENT=\
|
TESTS_ENVIRONMENT=\
|
||||||
GST_PLUGIN_PATH_ONLY=yes \
|
|
||||||
GST_PLUGIN_PATH=$(top_builddir)/gst \
|
|
||||||
GST_REGISTRY=$(CHECK_REGISTRY)
|
GST_REGISTRY=$(CHECK_REGISTRY)
|
||||||
|
|
||||||
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
||||||
|
@ -27,6 +25,8 @@ clean-local: clean-local-check
|
||||||
|
|
||||||
$(CHECK_REGISTRY):
|
$(CHECK_REGISTRY):
|
||||||
$(TESTS_ENVIRONMENT) \
|
$(TESTS_ENVIRONMENT) \
|
||||||
|
GST_PLUGIN_PATH_ONLY=yes \
|
||||||
|
GST_PLUGIN_PATH=$(top_builddir)/gst \
|
||||||
$(top_builddir)/tools/gst-register
|
$(top_builddir)/tools/gst-register
|
||||||
|
|
||||||
# FIXME: it'd be nicer to run the versioned register, but in that case
|
# FIXME: it'd be nicer to run the versioned register, but in that case
|
||||||
|
|
Loading…
Reference in a new issue