From a1af6e1151d7d159584a1c7146dd930b4b138a51 Mon Sep 17 00:00:00 2001 From: Hauke Heibel Date: Mon, 21 Jun 2010 07:41:40 +0200 Subject: [PATCH] This does hopefully really raise the warning/error limit. --- test/testsuite.cmake | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/testsuite.cmake b/test/testsuite.cmake index b68a327a9..73421975d 100644 --- a/test/testsuite.cmake +++ b/test/testsuite.cmake @@ -164,6 +164,10 @@ SET($ENV{LC_MESSAGES} "en_EN") # should ctest wipe the binary tree before running SET(CTEST_START_WITH_EMPTY_BINARY_DIRECTORY TRUE) +# raise the warning/error limit +set(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS "33331") +set(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_ERRORS "33331") + # this is the initial cache to use for the binary tree, be careful to escape # any quotes inside of this string if you use it if(WIN32 AND NOT UNIX)