Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

  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. )
  22.