mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-24 08:08:22 +00:00
add valgrind target; disable gstplugin until it passes
Original commit message from CVS: add valgrind target; disable gstplugin until it passes
This commit is contained in:
parent
d5e378bbdb
commit
6874412779
2 changed files with 10 additions and 8 deletions
|
@ -24,6 +24,9 @@ SUPPRESSIONS = $(top_srcdir)/common/gst.supp
|
||||||
|
|
||||||
clean-local: clean-local-check
|
clean-local: clean-local-check
|
||||||
|
|
||||||
|
# checks to fix
|
||||||
|
# gst/gstplugin
|
||||||
|
|
||||||
check_PROGRAMS = \
|
check_PROGRAMS = \
|
||||||
gst/gst \
|
gst/gst \
|
||||||
gst/gstbin \
|
gst/gstbin \
|
||||||
|
@ -39,7 +42,6 @@ check_PROGRAMS = \
|
||||||
gst/gstobject \
|
gst/gstobject \
|
||||||
gst/gstpad \
|
gst/gstpad \
|
||||||
gst/gstpipeline \
|
gst/gstpipeline \
|
||||||
gst/gstplugin \
|
|
||||||
gst/gstsystemclock \
|
gst/gstsystemclock \
|
||||||
gst/gststructure \
|
gst/gststructure \
|
||||||
gst/gsttag \
|
gst/gsttag \
|
||||||
|
@ -75,8 +77,7 @@ gst_libs_controller_LDADD = $(GST_OBJ_LIBS) \
|
||||||
|
|
||||||
# valgrind testing
|
# valgrind testing
|
||||||
# these just need valgrind fixing, period
|
# these just need valgrind fixing, period
|
||||||
TESTS_TO_FIX = \
|
VALGRIND_TO_FIX = \
|
||||||
gst/gstplugin \
|
|
||||||
gst-libs/controller \
|
gst-libs/controller \
|
||||||
pipelines/cleanup \
|
pipelines/cleanup \
|
||||||
pipelines/simple_launch_lines
|
pipelines/simple_launch_lines
|
||||||
|
@ -88,4 +89,4 @@ TESTS_THREADED = \
|
||||||
|
|
||||||
VALGRIND_TESTS_DISABLE = \
|
VALGRIND_TESTS_DISABLE = \
|
||||||
$(TESTS_THREADED) \
|
$(TESTS_THREADED) \
|
||||||
$(TESTS_TO_FIX)
|
$(VALGRIND_TO_FIX)
|
||||||
|
|
|
@ -24,6 +24,9 @@ SUPPRESSIONS = $(top_srcdir)/common/gst.supp
|
||||||
|
|
||||||
clean-local: clean-local-check
|
clean-local: clean-local-check
|
||||||
|
|
||||||
|
# checks to fix
|
||||||
|
# gst/gstplugin
|
||||||
|
|
||||||
check_PROGRAMS = \
|
check_PROGRAMS = \
|
||||||
gst/gst \
|
gst/gst \
|
||||||
gst/gstbin \
|
gst/gstbin \
|
||||||
|
@ -39,7 +42,6 @@ check_PROGRAMS = \
|
||||||
gst/gstobject \
|
gst/gstobject \
|
||||||
gst/gstpad \
|
gst/gstpad \
|
||||||
gst/gstpipeline \
|
gst/gstpipeline \
|
||||||
gst/gstplugin \
|
|
||||||
gst/gstsystemclock \
|
gst/gstsystemclock \
|
||||||
gst/gststructure \
|
gst/gststructure \
|
||||||
gst/gsttag \
|
gst/gsttag \
|
||||||
|
@ -75,8 +77,7 @@ gst_libs_controller_LDADD = $(GST_OBJ_LIBS) \
|
||||||
|
|
||||||
# valgrind testing
|
# valgrind testing
|
||||||
# these just need valgrind fixing, period
|
# these just need valgrind fixing, period
|
||||||
TESTS_TO_FIX = \
|
VALGRIND_TO_FIX = \
|
||||||
gst/gstplugin \
|
|
||||||
gst-libs/controller \
|
gst-libs/controller \
|
||||||
pipelines/cleanup \
|
pipelines/cleanup \
|
||||||
pipelines/simple_launch_lines
|
pipelines/simple_launch_lines
|
||||||
|
@ -88,4 +89,4 @@ TESTS_THREADED = \
|
||||||
|
|
||||||
VALGRIND_TESTS_DISABLE = \
|
VALGRIND_TESTS_DISABLE = \
|
||||||
$(TESTS_THREADED) \
|
$(TESTS_THREADED) \
|
||||||
$(TESTS_TO_FIX)
|
$(VALGRIND_TO_FIX)
|
||||||
|
|
Loading…
Reference in a new issue