From: Thomas Vander Stichele Date: Mon, 11 Jul 2005 15:22:24 +0000 (+0000) Subject: specify tool X-Git-Tag: RELEASE-0_9_2~254 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dff586d6f86ab1ac4dffebf7a11e0500655d472f;p=platform%2Fupstream%2Fgstreamer.git specify tool Original commit message from CVS: specify tool --- diff --git a/check/Makefile.am b/check/Makefile.am index 919561c..46910a1 100644 --- a/check/Makefile.am +++ b/check/Makefile.am @@ -108,7 +108,7 @@ valgrind: CK_FORK=no \ libtool --mode=execute \ $(VALGRIND_PATH) -q --suppressions=$(srcdir)/gst.supp \ - --leak-check=yes $$t; \ + --tool=memcheck $$t; \ if test "$$?" -ne 0; then \ echo "Valgrind error for test $$t"; \ failed=`expr $$failed + 1`; \ diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 919561c..46910a1 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -108,7 +108,7 @@ valgrind: CK_FORK=no \ libtool --mode=execute \ $(VALGRIND_PATH) -q --suppressions=$(srcdir)/gst.supp \ - --leak-check=yes $$t; \ + --tool=memcheck $$t; \ if test "$$?" -ne 0; then \ echo "Valgrind error for test $$t"; \ failed=`expr $$failed + 1`; \