]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Submit more lines around an error, add CTEST_EXTRA_COVERAGE_GLOB
authormaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 30 Sep 2013 14:38:23 +0000 (14:38 +0000)
committermaier <maier@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 30 Sep 2013 14:38:23 +0000 (14:38 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31038 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/CTestConfig.cmake

index 24fc9725db6e40f3cc05abf9e3f3b4bef954271f..36ff7bd21ce6bf3a93265632ff2740878e813616 100644 (file)
@@ -25,13 +25,24 @@ SET(CTEST_DROP_SITE "cdash.kyomu.43-1.org")
 SET(CTEST_DROP_LOCATION "/submit.php?project=deal.II")
 SET(CTEST_DROP_SITE_CDASH TRUE)
 
-SET(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_ERRORS   250)
+SET(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_ERRORS   100)
 SET(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS 300)
 
+# number of lines to submit before an error:
+SET(CTEST_CUSTOM_ERROR_PRE_CONTEXT            5)
+# number of lines to submit after an error:
+SET(CTEST_CUSTOM_ERROR_POST_CONTEXT          20)
+
 #
 # Coverage options:
 #
 
+SET(CTEST_EXTRA_COVERAGE_GLOB
+  \${CTEST_SOURCE_DIRECTORY}/include/**/*.h
+  \${CTEST_SOURCE_DIRECTORY}/source/**/*.cc
+  \${CTEST_SOURCE_DIRECTORY}/source/**/*.inst.in
+  )
+
 SET(CTEST_CUSTOM_COVERAGE_EXCLUDE
   "/bundled"
   "/contrib"

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.