specify tool
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 11 Jul 2005 15:22:24 +0000 (15:22 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 11 Jul 2005 15:22:24 +0000 (15:22 +0000)
Original commit message from CVS:
specify tool

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

index 919561c..46910a1 100644 (file)
@@ -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`;                     \
index 919561c..46910a1 100644 (file)
@@ -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`;                     \