After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 555014 - Add test-memcheck and test-massif
Add test-memcheck and test-massif
Status: RESOLVED DUPLICATE of bug 711744
Product: glib
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2008-10-04 18:19 UTC by Marc-Andre Lureau
Modified: 2013-11-23 20:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[PATCH] Add test-massif and test-valgrind (1.52 KB, patch)
2008-10-04 18:20 UTC, Marc-Andre Lureau
none Details | Review

Description Marc-Andre Lureau 2008-10-04 18:19:39 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
Comment 1 Marc-Andre Lureau 2008-10-04 18:20:54 UTC
Created attachment 119932 [details] [review]
[PATCH] Add test-massif and test-valgrind

 Makefile.decl |   24 +++++++++++++++++++++++-
 1 files changed, 23 insertions(+), 1 deletions(-)
Comment 2 Marc-Andre Lureau 2008-10-04 18:22:10 UTC
oups: s/test-valgrind/test-memcheck in patch name and PHONY
Comment 3 Matthias Clasen 2013-11-23 20:18:44 UTC
This is sort of thing is being worked on in bug 711744 now.

*** This bug has been marked as a duplicate of bug 711744 ***