changeset 19367:fdfc926202da

Added Valgrind suppressions file for ignoring any bash memory leaks. Some of the unit tests are run via shell.
author Timo Sirainen <tss@iki.fi>
date Mon, 16 Nov 2015 14:15:02 +0200
parents 2a85e0b0dc35
children 923935a77ca8
files run-test-valgrind.supp
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/run-test-valgrind.supp	Mon Nov 16 14:15:02 2015 +0200
@@ -0,0 +1,6 @@
+{
+   <bash>
+   Memcheck:Leak
+   fun:malloc
+   obj:*/bash
+}