summaryrefslogtreecommitdiff
path: root/CMake
diff options
context:
space:
mode:
authorMickael Savinaud <savmickael@users.noreply.github.com>2011-08-31 13:33:40 +0000
committerMickael Savinaud <savmickael@users.noreply.github.com>2011-08-31 13:33:40 +0000
commitaaa47850c3c4da2fc7dde0ef6371c97f9e7e36c7 (patch)
tree61ab203fc3375336d252b3b5fd3f25229cd49e9b /CMake
parent7c2feb78d25d81bd78d51ddaa9447c7af41d4c88 (diff)
enhance the encoding test suite and remove unsued CONFIGURE_FILE into a CMakeList
Diffstat (limited to 'CMake')
-rw-r--r--CMake/CTestCustom.cmake.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/CMake/CTestCustom.cmake.in b/CMake/CTestCustom.cmake.in
index cc5c273f..a85b0510 100644
--- a/CMake/CTestCustom.cmake.in
+++ b/CMake/CTestCustom.cmake.in
@@ -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