mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +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
1987f50ca9
commit
d5e378bbdb
4 changed files with 6 additions and 1 deletions
|
@ -120,3 +120,6 @@ test-coverage-report.html:
|
|||
check-coverage:
|
||||
echo "Need to reconfigure with --enable-gcov"
|
||||
endif
|
||||
|
||||
check-valgrind:
|
||||
cd check && make check-valgrind
|
||||
|
|
|
@ -76,6 +76,7 @@ gst_libs_controller_LDADD = $(GST_OBJ_LIBS) \
|
|||
# valgrind testing
|
||||
# these just need valgrind fixing, period
|
||||
TESTS_TO_FIX = \
|
||||
gst/gstplugin \
|
||||
gst-libs/controller \
|
||||
pipelines/cleanup \
|
||||
pipelines/simple_launch_lines
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 62cd70d46eb00c3eb6b973b8a3b5fe6c202dbb29
|
||||
Subproject commit 39250a956e1dfc010fe9f9d93ca1e2c3a343cdca
|
|
@ -76,6 +76,7 @@ gst_libs_controller_LDADD = $(GST_OBJ_LIBS) \
|
|||
# valgrind testing
|
||||
# these just need valgrind fixing, period
|
||||
TESTS_TO_FIX = \
|
||||
gst/gstplugin \
|
||||
gst-libs/controller \
|
||||
pipelines/cleanup \
|
||||
pipelines/simple_launch_lines
|
||||
|
|
Loading…
Reference in a new issue