summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/functions.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/functions.sh b/tests/functions.sh
index 0f991881a..2fb0ddb5f 100644
--- a/tests/functions.sh
+++ b/tests/functions.sh
@@ -393,6 +393,7 @@ function ts_run {
# valgrind mode
#
if [ -n "$TS_VALGRIND_CMD" ]; then
+ libtool --mode=execute \
$TS_VALGRIND_CMD --tool=memcheck --leak-check=full \
--leak-resolution=high --num-callers=20 \
--log-file="$TS_VGDUMP" "$@"