specify tool

Original commit message from CVS:
specify tool
This commit is contained in:
Thomas Vander Stichele 2005-07-11 15:22:24 +00:00
parent aaf787f488
commit dff586d6f8
2 changed files with 2 additions and 2 deletions

View 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`; \

View 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`; \