Make it possible to use a distinct selection model in the foldertreewidget.
[kdepim.git] / CTestCustom.cmake
blob409099c0ae65b4f6020b4aae368f962f9d8fbda4
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 2000)
8 # Warnings that will be ignored
9 set(CTEST_CUSTOM_WARNING_EXCEPTION
10   ${CTEST_CUSTOM_WARNING_EXCEPTION}
11   "groupwise/soap"
12   "mk4storage"
13   "too big, try a different debug format"
14   )
16 # Errors that will be ignored
17 set(CTEST_CUSTOM_ERROR_EXCEPTION
18   ${CTEST_CUSTOM_ERROR_EXCEPTION}
19   "ICECC"
20   "Segmentation fault"
21   )
23 # No coverage for these files
24 set(CTEST_CUSTOM_COVERAGE_EXCLUDE ".moc$" "moc_" "ui_" "ontologies")