summaryrefslogtreecommitdiffstats
path: root/Server/hg
diff options
context:
space:
mode:
Diffstat (limited to 'Server/hg')
-rwxr-xr-xServer/hg7
1 files changed, 7 insertions, 0 deletions
diff --git a/Server/hg b/Server/hg
new file mode 100755
index 000000000..f79dce8e8
--- /dev/null
+++ b/Server/hg
@@ -0,0 +1,7 @@
+#! /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 ./Cuberite