From abd0ef01430ebba60bc46c5d96c4438cef0543d8 Mon Sep 17 00:00:00 2001 From: jgoppert Date: Wed, 4 Nov 2015 03:39:35 -0500 Subject: [PATCH] Removed test files from coverage. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ddb34b493d..ed11ace281 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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.