Merge lp:~mandel/ubuntu-download-manager/fix-coverage into lp:ubuntu-download-manager

Proposed by Manuel de la Peña
Status: Needs review
Proposed branch: lp:~mandel/ubuntu-download-manager/fix-coverage
Merge into: lp:ubuntu-download-manager
Diff against target: 12 lines (+1/-1)
1 file modified
CMakeLists.txt (+1/-1)
To merge this branch: bzr merge lp:~mandel/ubuntu-download-manager/fix-coverage
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Ubuntu Phablet Team Pending
Review via email: mp+241939@code.launchpad.net

Commit message

Fix the coverage build.

Description of the change

Fix the coverage build.

Unmerged revisions

331. By Manuel de la Peña

Fix coverage reporting.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'CMakeLists.txt'
2--- CMakeLists.txt 2014-09-27 13:16:11 +0000
3+++ CMakeLists.txt 2014-11-17 11:28:54 +0000
4@@ -21,7 +21,7 @@
5 SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -ftest-coverage -fprofile-arcs" )
6 SET(CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -coverage" )
7 SET(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -coverage" )
8- ENABLE_COVERAGE_REPORT(TARGETS ${DIALER_APP})
9+ ENABLE_COVERAGE_REPORT(TARGETS ${udm-priv-common} ${} ${udm-common} ${ubuntu-download-manager-client} ${ubuntu-download-manager-common} ${ubuntu-download-manager-priv} ${UbuntuDownloadManager} ${ubuntu-upload-manager-common} ${ubuntu-upload-manager-priv})
10 ENDIF(CMAKE_BUILD_TYPE MATCHES [cC][oO][vV][eE][rR][aA][gG][eE])
11
12 execute_process(

Subscribers

People subscribed via source and target branches