]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
dovecot.m4: Added --leak-check=full to valgrind
authorTimo Sirainen <tss@iki.fi>
Mon, 16 Nov 2015 10:40:22 +0000 (12:40 +0200)
committerTimo Sirainen <tss@iki.fi>
Mon, 16 Nov 2015 10:40:22 +0000 (12:40 +0200)
dovecot.m4

index 0ed0d464b6e80664576a234f2c4de64c10ef88e6..0c7da8543ccbfa8fb6809a7dd4a9775cda6dbb4c 100644 (file)
@@ -6,7 +6,7 @@
 # unlimited permission to copy and/or distribute it, with or without
 # modifications, as long as this notice is preserved.
 
-# serial 17
+# serial 18
 
 AC_DEFUN([DC_DOVECOT_MODULEDIR],[
        AC_ARG_WITH(moduledir,
@@ -46,9 +46,9 @@ else
   trap "rm -f test.out.\$\$" 0 1 2 3 15
   supp_path="\$top_srcdir/run-test-valgrind.supp"
   if test -r "\$supp_path"; then
-    valgrind -q --suppressions="\$supp_path" --log-file=test.out.\$\$ \$[*]
+    valgrind -q --leak-check=full --suppressions="\$supp_path" --log-file=test.out.\$\$ \$[*]
   else
-    valgrind -q --log-file=test.out.\$\$ \$[*]
+    valgrind -q --leak-check=full --log-file=test.out.\$\$ \$[*]
   fi
   ret=\$?
   if test -s test.out.\$\$; then