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 694442 - Lcov on individual tests
Lcov on individual tests
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: common
1.x
Other Linux
: Normal enhancement
: 1.1.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-02-22 12:22 UTC by Alexander Schrab
Modified: 2013-02-25 10:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Lcov on individual tests (1.68 KB, patch)
2013-02-22 12:22 UTC, Alexander Schrab
committed Details | Review

Description Alexander Schrab 2013-02-22 12:22:13 UTC
Created attachment 237173 [details] [review]
Lcov on individual tests

This patch adds support to do:

elements/queue.lcov 

just like you can do .check/.forever etc right now.

Great for unit test writing! :)
Comment 1 Tim-Philipp Müller 2013-02-25 10:14:45 UTC
Why not, sounds like a good idea. Pushed into common master, will be picked up by the next common module update (ping me if there isn't one for too long or you need it updated sooner):


commit 0147cc80a657cbe3568b3e7bac8fa78ae4526515
Author: Alexander Schrab <alexas@axis.com>
Date:   Fri Feb 22 13:19:56 2013 +0100

    check.mak: enable lcov on individual tests
    
    Adds support for make elements/queue.lcov
    
    https://bugzilla.gnome.org/show_bug.cgi?id=694442