Browse Source

Removed test files from coverage.

master
jgoppert 9 years ago
parent
commit
abd0ef0143
  1. 2
      CMakeLists.txt

2
CMakeLists.txt

@ -41,7 +41,7 @@ enable_testing() @@ -41,7 +41,7 @@ enable_testing()
include_directories(matrix)
file(GLOB_RECURSE COV_SRCS matrix/*.hpp test/*.cpp)
file(GLOB_RECURSE COV_SRCS matrix/*.hpp matrix/*.cpp)
# Setup the coveralls target and tell it to gather
# coverage data for all the lib sources.

Loading…
Cancel
Save