~neon/nepomuk-core/master

1084 by Volker Krause
Add CTest configuration.
1
# This file contains all the specific settings that will be used
2
# when running 'make Experimental'
3
4
# Change the maximum warnings that will be displayed
5
# on the report page (default 50)
6
set(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS 1000)
7
8
# Errors that will be ignored
9
set(CTEST_CUSTOM_ERROR_EXCEPTION
10
  ${CTEST_CUSTOM_ERROR_EXCEPTION}
11
  "ICECC"
12
  "Segmentation fault"
13
  "GConf Error"
14
  "Client failed to connect to the D-BUS daemon"
15
  "Failed to connect to socket"
16
  "qlist.h.*increases required alignment of target type"
17
  "qmap.h.*increases required alignment of target type"
18
  "qhash.h.*increases required alignment of target type"
19
  )
20
21
# No coverage for these files (auto-generated, unit tests, etc)
22
set(CTEST_CUSTOM_COVERAGE_EXCLUDE ".moc$" "moc_" "ui_" "qrc_")