summaryrefslogtreecommitdiff
path: root/Tests/CTestTestCycle/CTestConfig.cmake
diff options
context:
space:
mode:
authorZach Mullen <zach.mullen@kitware.com>2010-06-30 10:39:17 -0400
committerZach Mullen <zach.mullen@kitware.com>2010-06-30 10:39:17 -0400
commit3e52000a07cb71172bc0ff7223dbca6f793786b6 (patch)
tree9b3d206df0385e8d6f6af76118a97b9ab581a877 /Tests/CTestTestCycle/CTestConfig.cmake
parentb65cd9b70b52dc36d51165bd00d551ce01b0465b (diff)
downloadcmake-3e52000a07cb71172bc0ff7223dbca6f793786b6.tar.gz
Fix cycle detection for test dependencies
Diffstat (limited to 'Tests/CTestTestCycle/CTestConfig.cmake')
-rw-r--r--Tests/CTestTestCycle/CTestConfig.cmake7
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/CTestTestCycle/CTestConfig.cmake b/Tests/CTestTestCycle/CTestConfig.cmake
new file mode 100644
index 0000000000..43e99863af
--- /dev/null
+++ b/Tests/CTestTestCycle/CTestConfig.cmake
@@ -0,0 +1,7 @@
+set (CTEST_PROJECT_NAME "CTestTestCycle")
+set (CTEST_NIGHTLY_START_TIME "21:00:00 EDT")
+set (CTEST_DART_SERVER_VERSION "2")
+set(CTEST_DROP_METHOD "http")
+set(CTEST_DROP_SITE "www.cdash.org")
+set(CTEST_DROP_LOCATION "/CDash/submit.php?project=PublicDashboard")
+set(CTEST_DROP_SITE_CDASH TRUE)