From 41c8858fd86389b08d8b20af6bdd6961d06df715 Mon Sep 17 00:00:00 2001 From: maier Date: Fri, 18 Oct 2013 23:55:17 +0000 Subject: [PATCH] Disable extra inclusion glob for now git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31312 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/CTestConfig.cmake | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deal.II/CTestConfig.cmake b/deal.II/CTestConfig.cmake index ec9c312ec6..7d3855819d 100644 --- a/deal.II/CTestConfig.cmake +++ b/deal.II/CTestConfig.cmake @@ -39,8 +39,7 @@ SET(CTEST_CUSTOM_ERROR_POST_CONTEXT 20) SET(CTEST_EXTRA_COVERAGE_GLOB # These files should have executable lines and therefore coverage: - include/**/*.h - source/**/*.cc + # source/**/*.cc ) SET(CTEST_CUSTOM_COVERAGE_EXCLUDE -- 2.39.5