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 744744 - build-sys: add code coverage
build-sys: add code coverage
Status: RESOLVED FIXED
Product: libsoup
Classification: Core
Component: API
unspecified
Other All
: Normal normal
: ---
Assigned To: libsoup-maint@gnome.bugs
libsoup-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2015-02-18 18:26 UTC by Marc-Andre Lureau
Modified: 2015-02-27 16:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build-sys: add code coverage (2.12 KB, patch)
2015-02-18 18:26 UTC, Marc-Andre Lureau
committed Details | Review

Description Marc-Andre Lureau 2015-02-18 18:26:20 UTC
SSIA
Comment 1 Marc-Andre Lureau 2015-02-18 18:26:24 UTC
Created attachment 297132 [details] [review]
build-sys: add code coverage
Comment 2 Marc-Andre Lureau 2015-02-20 23:00:26 UTC
I am pushing this as trivial change, do a revert if you don't approve.

thanks
Comment 3 Marc-Andre Lureau 2015-02-20 23:18:02 UTC
Attachment 297132 [details] pushed as 980a823 - build-sys: add code coverage
Comment 4 Dan Winship 2015-02-21 15:00:00 UTC
Breaks the build on my machine. You need to add the appropriate m4 file to m4/.
Comment 5 Marc-Andre Lureau 2015-02-22 13:58:17 UTC
(In reply to Dan Winship from comment #4)
> Breaks the build on my machine. You need to add the appropriate m4 file to
> m4/.

It comes from gnome-common. Should I commit back with the ax_code_coverage.m4 ?
Comment 6 Dan Winship 2015-02-27 15:37:12 UTC
(In reply to Marc-Andre Lureau from comment #5)
> It comes from gnome-common. Should I commit back with the
> ax_code_coverage.m4 ?

Yes
Comment 7 Marc-Andre Lureau 2015-02-27 16:04:24 UTC
pushed commit 83120c35c476118390b75250d0ba7845c396cd6e
Author: Marc-André Lureau <marcandre.lureau@gmail.com>
Date:   Fri Feb 27 17:01:59 2015 +0100

    build-sys: add code coverage
    
    This commits adds missing m4 file.