add valgrind target; disable gstplugin until it passes
authorThomas Vander Stichele <thomas@apestaart.org>
Sat, 17 Sep 2005 18:11:27 +0000 (18:11 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sat, 17 Sep 2005 18:11:27 +0000 (18:11 +0000)
Original commit message from CVS:
add valgrind target; disable gstplugin until it passes

Makefile.am
check/Makefile.am
common
tests/check/Makefile.am

index efd7412..eeac227 100644 (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
index 816d266..007f9ca 100644 (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
diff --git a/common b/common
index 62cd70d..39250a9 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 62cd70d46eb00c3eb6b973b8a3b5fe6c202dbb29
+Subproject commit 39250a956e1dfc010fe9f9d93ca1e2c3a343cdca
index 816d266..007f9ca 100644 (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