~ubuntu-branches/ubuntu/quantal/kde4libs/quantal

« back to all changes in this revision

Viewing changes to CTestCustom.cmake

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2011-07-27 09:09:17 UTC
  • mto: (0.5.5 experimental)
  • mto: This revision was merged to the branch mainline in revision 248.
  • Revision ID: package-import@ubuntu.com-20110727090917-40sz5hkh8yh17tf0
Tags: upstream-4.7.0
Import upstream version 4.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
# on the report page (default 50)
6
6
set(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS 3000)
7
7
 
 
8
set(CTEST_CUSTOM_WARNING_EXCEPTION "kdecore/network/k3socket[a-z]+\\.h"
 
9
                                   "kdecore/network/k3clientsocketbase\\.h"
 
10
                                   "Warning: No relevant classes found. No output generated."  # moc didn't find anything to do
 
11
                                   "yy" "YY"                                                   # ignore the warnings in generated code
 
12
   )
 
13
set(CTEST_CUSTOM_ERROR_EXCEPTION "ICECC")
 
14
set(CTEST_CUSTOM_COVERAGE_EXCLUDE ".moc$" "moc_" "ui_")