From 70311647a321cc249984ccefad34e59e99f83df1 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Fri, 18 Oct 2013 15:20:41 +0000 Subject: [PATCH] Update exclusion glob git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31307 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/CTestConfig.cmake | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deal.II/CTestConfig.cmake b/deal.II/CTestConfig.cmake index 3b15eb0a7f..ec9c312ec6 100644 --- a/deal.II/CTestConfig.cmake +++ b/deal.II/CTestConfig.cmake @@ -45,6 +45,8 @@ SET(CTEST_EXTRA_COVERAGE_GLOB SET(CTEST_CUSTOM_COVERAGE_EXCLUDE "/bundled" - "/contrib" "/cmake/scripts/" + "/contrib" + "/examples" + "/tests" ) -- 2.39.5