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 683209 - Port to gnome-common code coverage macros
Port to gnome-common code coverage macros
Status: RESOLVED FIXED
Product: libgdata
Classification: Platform
Component: General
git master
Other All
: Normal normal
: ---
Assigned To: libgdata-maint
libgdata-maint
Depends on:
Blocks:
 
 
Reported: 2012-09-02 15:34 UTC by Philip Withnall
Modified: 2012-09-30 08:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use gnome-common code coverage macros (3.88 KB, patch)
2012-09-02 15:35 UTC, Philip Withnall
committed Details | Review

Description Philip Withnall 2012-09-02 15:34:34 UTC
Patch coming up to do this. It should only be merged once gnome-common 3.6.0 has been released and libgdata can safely bump its dependency.
Comment 1 Philip Withnall 2012-09-02 15:35:13 UTC
Created attachment 223202 [details] [review]
Use gnome-common code coverage macros
Comment 2 Philip Withnall 2012-09-30 08:24:57 UTC
Comment on attachment 223202 [details] [review]
Use gnome-common code coverage macros

commit ca75565d3f39122d4988e2ede960c9b7cd427ca0
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Thu Aug 16 08:02:06 2012 +0100

    build: Use gnome-common code coverage macros to add gcov support
    
    This replaces libgdata’s existing home-grown solution with the gnome-common
    code coverage macros added in gnome-common 3.5.6/3.6.0.
    
    Closes: https://bugzilla.gnome.org/show_bug.cgi?id=683209

 Makefile.am  | 44 +++++++-------------------------------------
 configure.ac | 20 ++------------------
 2 files changed, 9 insertions(+), 55 deletions(-)