File: memcheck.sh

package info (click to toggle)
kshutdown 2.0beta9-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,232 kB
  • ctags: 432
  • sloc: cpp: 3,241; sh: 197; makefile: 5
file content (10 lines) | stat: -rwxr-xr-x 144 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

BIN=./src/kshutdown
echo "Testing ${BIN}..."

valgrind \
	--leak-check=full \
	--show-reachable=yes \
	--tool=memcheck \
	"${BIN}"