diff options
Diffstat (limited to 'script/valgrind.sh')
-rwxr-xr-x | script/valgrind.sh | 2 |
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" "$@" |