diff options
| author | Stephen D. Huston <shuston@apache.org> | 2009-06-11 16:56:52 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2009-06-11 16:56:52 +0000 |
| commit | b605d315f000587da06ad8a13020e8034cb93a6c (patch) | |
| tree | 45339f70e974d065bcb359b67b80f8a28c4a2306 /cpp/CTestConfig.cmake | |
| parent | bf8de5453d67ac5177aeee562656425efca9e682 (diff) | |
| download | qpid-python-b605d315f000587da06ad8a13020e8034cb93a6c.tar.gz | |
CDash config for sending build/test results to dashboard at riverace.com
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@783846 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/CTestConfig.cmake')
| -rwxr-xr-x | cpp/CTestConfig.cmake | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/cpp/CTestConfig.cmake b/cpp/CTestConfig.cmake new file mode 100755 index 0000000000..4ec202f402 --- /dev/null +++ b/cpp/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 "qpid-cpp") +set(CTEST_NIGHTLY_START_TIME "00:00:00 EST") + +set(CTEST_DROP_METHOD "http") +set(CTEST_DROP_SITE "www.riverace.com") +set(CTEST_DROP_LOCATION "/CDash-1.4.2/submit.php?project=qpid-cpp") +set(CTEST_DROP_SITE_CDASH TRUE) |
