summaryrefslogtreecommitdiffstats
path: root/imap/testsuitevalgrind
diff options
context:
space:
mode:
Diffstat (limited to 'imap/testsuitevalgrind')
-rw-r--r--imap/testsuitevalgrind5
1 files changed, 5 insertions, 0 deletions
diff --git a/imap/testsuitevalgrind b/imap/testsuitevalgrind
new file mode 100644
index 0000000..e39c463
--- /dev/null
+++ b/imap/testsuitevalgrind
@@ -0,0 +1,5 @@
+#! /bin/bash
+
+valgrind --tool=memcheck --leak-check=yes --error-exitcode=1 "$@" && exit 0
+>confmdtesterror
+exit 0