summaryrefslogtreecommitdiff
path: root/scripts/valgrind.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/valgrind.sh')
-rwxr-xr-xscripts/valgrind.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/valgrind.sh b/scripts/valgrind.sh
index 009e18c432..4009063c80 100755
--- a/scripts/valgrind.sh
+++ b/scripts/valgrind.sh
@@ -3,6 +3,8 @@
set -e
set -o pipefail
+.mason/mason install valgrind latest
+
PARAMS="\
--leak-check=full \
--show-leak-kinds=definite \