summaryrefslogtreecommitdiff
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
parent5743cca5f851a6c33462f66c2006ca5fc78f3c12 (diff)
increase number of warning reported on the dashboard (forgot the file in the last commit)
-rw-r--r--CHANGES1
-rw-r--r--CMake/CTestCustom.cmake.in21
2 files changed, 19 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 319d9308..ea190c9b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,7 @@ What's New for OpenJPEG
July 29, 2011
! [mickael] solve some obvious warnings for WIN platform, increase number of warning reported on the dashboard, correct last warnings with gcc 4.4 (-Wall)
+! [mickael] increase number of warning reported on the dashboard (forgot the file in the last commit)
July 27, 2011
! [mickael] added new decoding/dump tests based on data found in input/nonregresion repository (remove JPEG2000_CONFORMANCE_DATA_ROOT variable, add REF_DECODER_BIN_PATH variable for the encoder test suite). Remove definitively old tests.
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/.*"
)