diff options
author | Zach Mullen <zach.mullen@kitware.com> | 2010-02-03 20:06:29 (GMT) |
---|---|---|
committer | Zach Mullen <zach.mullen@kitware.com> | 2010-02-03 20:06:29 (GMT) |
commit | fe7c4d0c2a240ee5fcde25d595a6f3e9ae84f84d (patch) | |
tree | 0abbf3a649d3383166c04a22c71d22468e13fcff /Tests/CTestTestScheduler/CTestConfig.cmake | |
parent | 6fe2376e2d907b06da55f6091c1761efe228e3d1 (diff) | |
download | CMake-fe7c4d0c2a240ee5fcde25d595a6f3e9ae84f84d.zip CMake-fe7c4d0c2a240ee5fcde25d595a6f3e9ae84f84d.tar.gz CMake-fe7c4d0c2a240ee5fcde25d595a6f3e9ae84f84d.tar.bz2 |
Add unit test to ensure that CTestCostData scheduling works correctly
Diffstat (limited to 'Tests/CTestTestScheduler/CTestConfig.cmake')
-rw-r--r-- | Tests/CTestTestScheduler/CTestConfig.cmake | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/CTestTestScheduler/CTestConfig.cmake b/Tests/CTestTestScheduler/CTestConfig.cmake new file mode 100644 index 0000000..7da8f6f --- /dev/null +++ b/Tests/CTestTestScheduler/CTestConfig.cmake @@ -0,0 +1,7 @@ +set(CTEST_PROJECT_NAME "CTestTestScheduler") +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) |