[trunk] WIP: fix some warnings about a static function and j2k_read_unk_v2
[openjpeg.git] / CMake / CTestCustom.cmake.in
index cc5c273f04ec50b34f4ebd8a51f05c48660f0190..a85b0510ea577e9511b96df71e2ecc7c1a99f179 100644 (file)
@@ -17,6 +17,7 @@
 #
 #----------------------------------------------------------------------
 
+SET(CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE 1000000)
 SET (CTEST_CUSTOM_MAXIMUM_NUMBER_OF_ERRORS   50)
 SET (CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS 2000)
 
@@ -25,7 +26,9 @@ SET(CTEST_CUSTOM_COVERAGE_EXCLUDE
 
  # Exclude files from the Testing directories
  ".*/tests/.*"
- ".*/Testing/.*"
+  # Exclude files from the ThirdParty Utilities directories
+ ".*/thirdparty/.*"
  )
 
 SET(CTEST_CUSTOM_WARNING_EXCEPTION