Merge lp:~xavi-garcia-mena/keeper/fix-client-coverage into lp:keeper

Proposed by Xavi Garcia
Status: Merged
Merge reported by: Charles Kerr
Merged at revision: not available
Proposed branch: lp:~xavi-garcia-mena/keeper/fix-client-coverage
Merge into: lp:keeper
Diff against target: 14 lines (+7/-0)
1 file modified
src/cli/CMakeLists.txt (+7/-0)
To merge this branch: bzr merge lp:~xavi-garcia-mena/keeper/fix-client-coverage
Reviewer Review Type Date Requested Status
Charles Kerr (community) Approve
Review via email: mp+301906@code.launchpad.net

Commit message

Very simple change to fix coverage compilation.

Description of the change

Very simple change to fix coverage compilation.

To post a comment you must log in.
Revision history for this message
Charles Kerr (charlesk) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/cli/CMakeLists.txt'
2--- src/cli/CMakeLists.txt 2016-07-13 16:09:04 +0000
3+++ src/cli/CMakeLists.txt 2016-08-03 13:20:39 +0000
4@@ -25,3 +25,10 @@
5 ${CLI_EXEC}
6 RUNTIME DESTINATION ${CMAKE_INSTALL_FULL_PKGLIBEXECDIR}
7 )
8+
9+set(
10+ COVERAGE_REPORT_TARGETS
11+ ${COVERAGE_REPORT_TARGETS}
12+ ${CLI_EXEC}
13+ PARENT_SCOPE
14+)

Subscribers

People subscribed via source and target branches

to all changes: