Merge lp:~allanlesage/ido/TDD into lp:ido/0.3
Proposed by
Allan LeSage
Status: | Merged |
---|---|
Approved by: | Charles Kerr |
Approved revision: | 101 |
Merged at revision: | 108 |
Proposed branch: | lp:~allanlesage/ido/TDD |
Merge into: | lp:ido/0.3 |
Diff against target: |
213 lines (+156/-2) 5 files modified
Makefile.am (+2/-0) Makefile.am.coverage (+48/-0) configure.ac (+11/-0) m4/gcov.m4 (+86/-0) src/Makefile.am (+9/-2) |
To merge this branch: | bzr merge lp:~allanlesage/ido/TDD |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Charles Kerr (community) | Approve | ||
Review via email:
|
Description of the change
Adding gcov targets to autotools build for code-coverage reporting. For more information, see this blog post: http://
To post a comment you must log in.