1b825df6c2
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1682 0a769ca7-a7f5-676a-18bf-c427514a06d6
7 lines
315 B
Bash
7 lines
315 B
Bash
#! /bin/bash
|
|
|
|
# This script runs MCServer under helgrind
|
|
# It expects valgrind to be normally installed and available
|
|
# Note that this is for Linux only and debug-only, since it slows down MCS way too much
|
|
|
|
valgrind --log-file=helgrind.log --suppressions=hg.supp --gen-suppressions=all --tool=helgrind -v ./MCServer |