GNOME Bugzilla – Bug 555014
Add test-memcheck and test-massif
Last modified: 2013-11-23 20:18:44 UTC
I am using a snippet in my projects, to run "make test-memcheck" (valgrind with glib flags, maybe too many of them), and "make test-massif" (extremly useful if you repeat your tests to fix memleak) patch follows
Created attachment 119932 [details] [review] [PATCH] Add test-massif and test-valgrind Makefile.decl | 24 +++++++++++++++++++++++- 1 files changed, 23 insertions(+), 1 deletions(-)
oups: s/test-valgrind/test-memcheck in patch name and PHONY
This is sort of thing is being worked on in bug 711744 now. *** This bug has been marked as a duplicate of bug 711744 ***