Skip to content

Commit

Permalink
Drop the top-level CTestConfig.cmake file.
Browse files Browse the repository at this point in the history
Instead of a single file, we now have a separate config file for each
application, as they are going split.


svn path=/trunk/KDE/kdeutils/kcalc/; revision=1247436
  • Loading branch information
Raphael Kubo da Costa committed Aug 15, 2011
1 parent c1534ef commit 23f73a8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CTestConfig.cmake
@@ -0,0 +1,13 @@
## 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(CTest)
set(CTEST_PROJECT_NAME "kcalc")
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=kcalc")
set(CTEST_DROP_SITE_CDASH TRUE)

0 comments on commit 23f73a8

Please sign in to comment.