summaryrefslogtreecommitdiff
path: root/CMake
diff options
context:
space:
mode:
authorMickael Savinaud <savmickael@users.noreply.github.com>2011-07-29 09:12:26 +0000
committerMickael Savinaud <savmickael@users.noreply.github.com>2011-07-29 09:12:26 +0000
commitf57c4fd0c2383f50ad04e80a757db4100a69c27d (patch)
tree58a719c2d2f51a868a0cade4a414b61cc417d6ad /CMake
parent5743cca5f851a6c33462f66c2006ca5fc78f3c12 (diff)
increase number of warning reported on the dashboard (forgot the file in the last commit)
Diffstat (limited to 'CMake')
-rw-r--r--CMake/CTestCustom.cmake.in21
1 files changed, 18 insertions, 3 deletions
diff --git a/CMake/CTestCustom.cmake.in b/CMake/CTestCustom.cmake.in
index 00ad6670..cc5c273f 100644
--- a/CMake/CTestCustom.cmake.in
+++ b/CMake/CTestCustom.cmake.in
@@ -1,15 +1,30 @@
#
-# For further details regarding this file,
-# see http://www.vtk.org/Wiki/CMake_Testing_With_CTest#Customizing_CTest
+# Note that the ITK/CMakeLists.txt file configures this file
#
+# CMake/CTestCustom.cmake.in
+#
+# to this file
+#
+# ${ITK_BINARY_DIR}/CTestCustom.cmake
+#
+#----------------------------------------------------------------------
+#
+# For further details regarding this file,
+# see http://www.cmake.org/Wiki/CMake_Testing_With_CTest#Customizing_CTest
+#
+# and
+# http://www.kitware.com/blog/home/post/27
+#
+#----------------------------------------------------------------------
SET (CTEST_CUSTOM_MAXIMUM_NUMBER_OF_ERRORS 50)
-SET (CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS 50)
+SET (CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS 2000)
SET(CTEST_CUSTOM_COVERAGE_EXCLUDE
${CTEST_CUSTOM_COVERAGE_EXCLUDE}
# Exclude files from the Testing directories
+ ".*/tests/.*"
".*/Testing/.*"
)