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:
Thomas Vander Stichele 2005-09-17 18:11:27 +00:00
parent 1987f50ca9
commit d5e378bbdb
4 changed files with 6 additions and 1 deletions

View file

@ -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

View file

@ -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

@ -1 +1 @@
Subproject commit 62cd70d46eb00c3eb6b973b8a3b5fe6c202dbb29
Subproject commit 39250a956e1dfc010fe9f9d93ca1e2c3a343cdca

View file

@ -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