diff options
| author | Antonin Descampe <antonin@gmail.com> | 2011-06-30 13:52:23 +0000 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2011-06-30 13:52:23 +0000 |
| commit | b09051fd79da1101185a73198aac2d65cf2b2450 (patch) | |
| tree | 497030889cbeb1fc666121e8783eadceb2a5771c /testing | |
| parent | 1837d6efa0c73b730d4f01921eec8e21d8eaf398 (diff) | |
fixed CTest configuration files
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/CTestConfig.cmake | 7 | ||||
| -rw-r--r-- | testing/CTestCustom.cmake.in | 21 |
2 files changed, 0 insertions, 28 deletions
diff --git a/testing/CTestConfig.cmake b/testing/CTestConfig.cmake deleted file mode 100644 index 6d3866ef..00000000 --- a/testing/CTestConfig.cmake +++ /dev/null @@ -1,7 +0,0 @@ -set(CTEST_PROJECT_NAME "OPENJPEG") -set(CTEST_NIGHTLY_START_TIME "3:00:00 UTC") - -set(CTEST_DROP_METHOD "http") -set(CTEST_DROP_SITE "my.cdash.org") -set(CTEST_DROP_LOCATION "/submit.php?project=OPENJPEG") -set(CTEST_DROP_SITE_CDASH TRUE) diff --git a/testing/CTestCustom.cmake.in b/testing/CTestCustom.cmake.in deleted file mode 100644 index 00ad6670..00000000 --- a/testing/CTestCustom.cmake.in +++ /dev/null @@ -1,21 +0,0 @@ -# -# For further details regarding this file, -# see http://www.vtk.org/Wiki/CMake_Testing_With_CTest#Customizing_CTest -# - -SET (CTEST_CUSTOM_MAXIMUM_NUMBER_OF_ERRORS 50) -SET (CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS 50) - -SET(CTEST_CUSTOM_COVERAGE_EXCLUDE - ${CTEST_CUSTOM_COVERAGE_EXCLUDE} - - # Exclude files from the Testing directories - ".*/Testing/.*" - ) - -SET(CTEST_CUSTOM_WARNING_EXCEPTION - ${CTEST_CUSTOM_WARNING_EXCEPTION} - - # Suppress warning caused by intentional messages about deprecation - ".*warning,.* is deprecated" -) |
