summaryrefslogtreecommitdiffstats
path: root/script/valgrind.sh
diff options
context:
space:
mode:
Diffstat (limited to 'script/valgrind.sh')
-rwxr-xr-xscript/valgrind.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/script/valgrind.sh b/script/valgrind.sh
new file mode 100755
index 0000000..b5deed2
--- /dev/null
+++ b/script/valgrind.sh
@@ -0,0 +1,2 @@
+#!/bin/bash
+exec valgrind --leak-check=full --show-reachable=yes --error-exitcode=125 --num-callers=50 --suppressions="$(dirname "${BASH_SOURCE[0]}")/valgrind.supp" "$@"