Skip to content

Commit

Permalink
Travis-CI updated clang to 3.4; enable test coverage for it
Browse files Browse the repository at this point in the history
  • Loading branch information
ddemidov committed May 7, 2014
1 parent 8b55858 commit e04d265
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/CMakeLists.txt
@@ -1,7 +1,6 @@
option(TEST_COVERAGE "Analyze test coverage with gcov/lcov" OFF)

# clang --coverage is broken on travis-ci.org
if(${TEST_COVERAGE} AND "${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
if(${TEST_COVERAGE})
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} --coverage")

# Resets coverage statistics
Expand Down

0 comments on commit e04d265

Please sign in to comment.