french -> French
[kdepim.git] / CTestCustom.cmake
blob0603e3a8fe051dadb2520cb6dd13994798bca50b
1 # This file contains all the specific settings that will be used
2 # when running 'make Experimental'
4 # Change the maximum warnings that will be displayed
5 # on the report page (default 50)
6 set(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS 7500)
8 # Warnings that will be ignored
9 set(CTEST_CUSTOM_WARNING_EXCEPTION
10   
11   "groupwise/soap"
12   "mk4storage"
13   "kresources"
14   "'Iterator' is deprecated"
15   "'ConstIterator' is deprecated"
16   "'Resource' is deprecated"
17   "too big, try a different debug format"
18   "qlist.h.*increases required alignment of target type"
19   "qmap.h.*increases required alignment of target type"
20   "qhash.h.*increases required alignment of target type"
21   ".*warning.* is deprecated"
22   )
24 # Errors that will be ignored
25 set(CTEST_CUSTOM_ERROR_EXCEPTION
26   
27   "ICECC"
28   "Segmentation fault"
29   "GConf Error"
30   "Client failed to connect to the D-BUS daemon"
31   "Failed to connect to socket"
32   )
34 # No coverage for these files
35 set(CTEST_CUSTOM_COVERAGE_EXCLUDE ".moc$" "moc_" "ui_" "ontologies")