File: run_with_valgrind.sh

package info (click to toggle)
graphthing 1.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 856 kB
  • ctags: 700
  • sloc: cpp: 7,716; yacc: 209; sh: 206; lex: 188; makefile: 11
file content (7 lines) | stat: -rwxr-xr-x 156 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
#! /bin/bash

OUTPUT="valgrind.log"

echo "Running with valgrind, output to \"$OUTPUT\"..."
valgrind -v --leak-check=yes --num-callers=8 \
	./gt 2> $OUTPUT