diff options
Diffstat (limited to 'test/valgrind')
-rwxr-xr-x | test/valgrind | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/valgrind b/test/valgrind new file mode 100755 index 0000000..7d4373d --- /dev/null +++ b/test/valgrind @@ -0,0 +1,9 @@ +#!/bin/sh +# --gen-suppressions=all \ +exec valgrind \ +--suppressions=valgrind.supp \ +--leak-check=full \ +--show-reachable=yes \ +--dsymutil=yes \ +"$@" + |