Remove CTest files, they refer to kdelibs
This commit is contained in:
parent
5d16345756
commit
7e74b16595
@ -22,11 +22,6 @@ if(KDE_PLATFORM_FEATURE_DISABLE_DEPRECATED)
|
|||||||
set(CMAKE_AUTOMOC_MOC_OPTIONS "-DKDE_NO_DEPRECATED")
|
set(CMAKE_AUTOMOC_MOC_OPTIONS "-DKDE_NO_DEPRECATED")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
############### Load the CTest options ###############
|
|
||||||
# CTestCustom.cmake has to be in the CTEST_BINARY_DIR.
|
|
||||||
# in the KDE build system, this is the same as CMAKE_BINARY_DIR.
|
|
||||||
configure_file(${CMAKE_SOURCE_DIR}/CTestCustom.cmake ${CMAKE_BINARY_DIR}/CTestCustom.cmake COPYONLY)
|
|
||||||
|
|
||||||
################# Enable C++0x (still too early for -std=c++11) features for clang and gcc #################
|
################# Enable C++0x (still too early for -std=c++11) features for clang and gcc #################
|
||||||
|
|
||||||
if(UNIX)
|
if(UNIX)
|
||||||
|
@ -1,13 +0,0 @@
|
|||||||
## This file should be placed in the root directory of your project.
|
|
||||||
## Then modify the CMakeLists.txt file in the root directory of your
|
|
||||||
## project to incorporate the testing dashboard.
|
|
||||||
## # The following are required to uses Dart and the Cdash dashboard
|
|
||||||
## ENABLE_TESTING()
|
|
||||||
## INCLUDE(Dart)
|
|
||||||
set(CTEST_PROJECT_NAME "kdelibs")
|
|
||||||
set(CTEST_NIGHTLY_START_TIME "20:00:00 CET")
|
|
||||||
|
|
||||||
set(CTEST_DROP_METHOD "http")
|
|
||||||
set(CTEST_DROP_SITE "my.cdash.org")
|
|
||||||
set(CTEST_DROP_LOCATION "/submit.php?project=kdelibs")
|
|
||||||
set(CTEST_DROP_SITE_CDASH TRUE)
|
|
@ -1,14 +0,0 @@
|
|||||||
# This file contains all the specific settings that will be used
|
|
||||||
# when running 'make Experimental' or 'make ExperimentalBuild'
|
|
||||||
|
|
||||||
# Change the maximum warnings that will be displayed
|
|
||||||
# on the report page (default 50)
|
|
||||||
set(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS 3000)
|
|
||||||
|
|
||||||
set(CTEST_CUSTOM_WARNING_EXCEPTION "kdecore/network/k3socket[a-z]+\\.h"
|
|
||||||
"kdecore/network/k3clientsocketbase\\.h"
|
|
||||||
"Warning: No relevant classes found. No output generated." # moc didn't find anything to do
|
|
||||||
"yy" "YY" # ignore the warnings in generated code
|
|
||||||
)
|
|
||||||
set(CTEST_CUSTOM_ERROR_EXCEPTION "ICECC")
|
|
||||||
set(CTEST_CUSTOM_COVERAGE_EXCLUDE ".moc$" "moc_" "ui_")
|
|
Loading…
x
Reference in New Issue
Block a user