File: memcheck.sh

package info (click to toggle)
kshutdown 4.0-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,692 kB
  • ctags: 791
  • sloc: cpp: 6,662; sh: 328; makefile: 7
file content (13 lines) | stat: -rwxr-xr-x 216 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

BIN=./src/kshutdown-qt
LOG=REPORT-VALGRIND.txt

echo "Testing ${BIN} -> ${LOG}"

valgrind \
	--leak-check=full \
	--log-file="${LOG}" \
	--show-reachable=yes \
	--tool=memcheck \
	"${BIN}" -style fusion