]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Bugfix: Correct pickup regex for coverage files
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 17 Oct 2013 14:09:36 +0000 (14:09 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 17 Oct 2013 14:09:36 +0000 (14:09 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31280 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/CTestConfig.cmake

index 36ff7bd21ce6bf3a93265632ff2740878e813616..30f387c19d3a62a0ae50d7db192d2da414df565d 100644 (file)
@@ -38,9 +38,9 @@ SET(CTEST_CUSTOM_ERROR_POST_CONTEXT          20)
 #
 
 SET(CTEST_EXTRA_COVERAGE_GLOB
-  \${CTEST_SOURCE_DIRECTORY}/include/**/*.h
-  \${CTEST_SOURCE_DIRECTORY}/source/**/*.cc
-  \${CTEST_SOURCE_DIRECTORY}/source/**/*.inst.in
+  # already relative to source dir:
+  include/**/*.h
+  source/**/*.cc
   )
 
 SET(CTEST_CUSTOM_COVERAGE_EXCLUDE

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.