summaryrefslogtreecommitdiff
path: root/test/valgrind.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/valgrind.sh')
-rw-r--r--test/valgrind.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/valgrind.sh b/test/valgrind.sh
new file mode 100644
index 0000000..9c230d4
--- /dev/null
+++ b/test/valgrind.sh
@@ -0,0 +1,2 @@
+VALGRIND=valgrind
+VALGRIND_OPTS="-q --error-exitcode=1 --leak-check=full --show-reachable=yes"