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}
13 "too big, try a different debug format"
16 # Errors that will be ignored
17 set(CTEST_CUSTOM_ERROR_EXCEPTION
18 ${CTEST_CUSTOM_ERROR_EXCEPTION}
23 # No coverage for these files
24 set(CTEST_CUSTOM_COVERAGE_EXCLUDE ".moc$" "moc_" "ui_" "ontologies")