~ubuntu-branches/ubuntu/vivid/emscripten/vivid

« back to all changes in this revision

Viewing changes to tests/openjpeg/CMake/CTestCustom.cmake.in

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2013-05-02 13:11:51 UTC
  • Revision ID: package-import@ubuntu.com-20130502131151-q8dvteqr1ef2x7xz
Tags: upstream-1.4.1~20130504~adb56cb
ImportĀ upstreamĀ versionĀ 1.4.1~20130504~adb56cb

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# For further details regarding this file, 
 
3
# see http://www.vtk.org/Wiki/CMake_Testing_With_CTest#Customizing_CTest
 
4
#
 
5
 
 
6
SET (CTEST_CUSTOM_MAXIMUM_NUMBER_OF_ERRORS   50)
 
7
SET (CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS 50)
 
8
 
 
9
SET(CTEST_CUSTOM_COVERAGE_EXCLUDE
 
10
 ${CTEST_CUSTOM_COVERAGE_EXCLUDE}
 
11
 
 
12
 # Exclude files from the Testing directories
 
13
 ".*/Testing/.*"
 
14
 )
 
15
 
 
16
SET(CTEST_CUSTOM_WARNING_EXCEPTION
 
17
  ${CTEST_CUSTOM_WARNING_EXCEPTION}
 
18
  
 
19
  # Suppress warning caused by intentional messages about deprecation
 
20
  ".*warning,.* is deprecated"
 
21
)