From d5e378bbdbadd27ce7b66ae073149dc207dc30d8 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sat, 17 Sep 2005 18:11:27 +0000 Subject: [PATCH] add valgrind target; disable gstplugin until it passes Original commit message from CVS: add valgrind target; disable gstplugin until it passes --- Makefile.am | 3 +++ check/Makefile.am | 1 + common | 2 +- tests/check/Makefile.am | 1 + 4 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index efd7412..eeac227 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/check/Makefile.am b/check/Makefile.am index 816d266..007f9ca 100644 --- a/check/Makefile.am +++ b/check/Makefile.am @@ -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 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit 62cd70d46eb00c3eb6b973b8a3b5fe6c202dbb29 +Subproject commit 39250a956e1dfc010fe9f9d93ca1e2c3a343cdca diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 816d266..007f9ca 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -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.7.4