summaryrefslogtreecommitdiff
path: root/cpp/CTestConfig.cmake
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2009-06-11 16:56:52 +0000
committerStephen D. Huston <shuston@apache.org>2009-06-11 16:56:52 +0000
commitb605d315f000587da06ad8a13020e8034cb93a6c (patch)
tree45339f70e974d065bcb359b67b80f8a28c4a2306 /cpp/CTestConfig.cmake
parentbf8de5453d67ac5177aeee562656425efca9e682 (diff)
downloadqpid-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-xcpp/CTestConfig.cmake13
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)