Removed test files from coverage.

This commit is contained in:
jgoppert 2015-11-04 03:39:35 -05:00
parent 88def6b54e
commit abd0ef0143

View File

@ -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.