summaryrefslogtreecommitdiffstats
path: root/Tests/CTestTestTimeout/CTestConfig.cmake
diff options
context:
space:
mode:
authorZach Mullen <zach.mullen@kitware.com>2009-09-29 19:18:46 (GMT)
committerZach Mullen <zach.mullen@kitware.com>2009-09-29 19:18:46 (GMT)
commitf321dbb17b67f7345594562a7a458fb98637eea0 (patch)
treed2e770bf1b905bb1a6d5ec38a74d4fc9be1be3b8 /Tests/CTestTestTimeout/CTestConfig.cmake
parent70614b9e6a3cf4ae9b85598709736786b111ef3b (diff)
downloadCMake-f321dbb17b67f7345594562a7a458fb98637eea0.zip
CMake-f321dbb17b67f7345594562a7a458fb98637eea0.tar.gz
CMake-f321dbb17b67f7345594562a7a458fb98637eea0.tar.bz2
ENH: Added ctest test coverage for a test timeout
Diffstat (limited to 'Tests/CTestTestTimeout/CTestConfig.cmake')
-rw-r--r--Tests/CTestTestTimeout/CTestConfig.cmake7
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/CTestTestTimeout/CTestConfig.cmake b/Tests/CTestTestTimeout/CTestConfig.cmake
new file mode 100644
index 0000000..76d62ad
--- /dev/null
+++ b/Tests/CTestTestTimeout/CTestConfig.cmake
@@ -0,0 +1,7 @@
+set(CTEST_PROJECT_NAME "CTestTestTimeout")
+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)