mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
specify tool
Original commit message from CVS: specify tool
This commit is contained in:
parent
aaf787f488
commit
dff586d6f8
2 changed files with 2 additions and 2 deletions
|
@ -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`; \
|
||||
|
|
|
@ -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`; \
|
||||
|
|
Loading…
Reference in a new issue