diff options
Diffstat (limited to 'imap/testsuitevalgrind')
| -rw-r--r-- | imap/testsuitevalgrind | 5 |
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 |
