Merge lp:~michihenning/unity-scopes-api/fix-coverage-build into lp:unity-scopes-api

Proposed by Michi Henning
Status: Merged
Approved by: Paweł Stołowski
Approved revision: 288
Merged at revision: 293
Proposed branch: lp:~michihenning/unity-scopes-api/fix-coverage-build
Merge into: lp:unity-scopes-api
Diff against target: 12 lines (+1/-1)
1 file modified
CMakeLists.txt (+1/-1)
To merge this branch: bzr merge lp:~michihenning/unity-scopes-api/fix-coverage-build
Reviewer Review Type Date Requested Status
Paweł Stołowski (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+247490@code.launchpad.net

Commit message

Fixed coverage build.

Description of the change

Fixed coverage build.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Paweł Stołowski (stolowski) wrote :

+1

review: Approve

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 2015-01-21 12:46:11 +0000
3+++ CMakeLists.txt 2015-01-23 22:00:49 +0000
4@@ -351,7 +351,7 @@
5 # Enable coverage testing
6
7 if (cmake_build_type_lower MATCHES coverage)
8- ENABLE_COVERAGE_REPORT(TARGETS ${UNITY_SCOPES_LIB} smartscopes
9+ ENABLE_COVERAGE_REPORT(TARGETS ${UNITY_SCOPES_LIB}
10 FILTER /usr/include
11 ${CMAKE_SOURCE_DIR}/test/*
12 ${CMAKE_SOURCE_DIR}/debian/tests/*

Subscribers

People subscribed via source and target branches

to all changes: