aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake/EigenTesting.cmake
diff options
context:
space:
mode:
authorGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2010-01-26 16:02:19 +0000
committerGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2010-01-26 16:02:19 +0000
commitbdb0e9fcd03a21c2451a893424bb71955917ed07 (patch)
treeb471b98ddaf1066b39b8bd1216c52ca6248f732d /cmake/EigenTesting.cmake
parent1403cea087df98dae21408518c33a22f8d2d99d1 (diff)
Clean up one compilation error and two warnings.
Diffstat (limited to 'cmake/EigenTesting.cmake')
-rw-r--r--cmake/EigenTesting.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/EigenTesting.cmake b/cmake/EigenTesting.cmake
index b8cd63ac1..4d02a470a 100644
--- a/cmake/EigenTesting.cmake
+++ b/cmake/EigenTesting.cmake
@@ -219,6 +219,7 @@ if(CMAKE_COMPILER_IS_GNUCXX)
option(EIGEN_COVERAGE_TESTING "Enable/disable gcov" OFF)
if(EIGEN_COVERAGE_TESTING)
set(COVERAGE_FLAGS "-fprofile-arcs -ftest-coverage")
+ set(CTEST_CUSTOM_COVERAGE_EXCLUDE "/test/")
else(EIGEN_COVERAGE_TESTING)
set(COVERAGE_FLAGS "")
endif(EIGEN_COVERAGE_TESTING)