From: <dg...@su...> - 2009-01-17 13:39:03
|
Author: dgollub Date: Sat Jan 17 14:38:00 2009 New Revision: 5178 URL: http://www.opensync.org/changeset/5178 Log: Add CTestConfig with CDash configuration. Added: format-plugins/vformat/CTestConfig.cmake Added: format-plugins/vformat/CTestConfig.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ format-plugins/vformat/CTestConfig.cmake Sat Jan 17 14:38:00 2009 (r5178) @@ -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(Dart) +set(CTEST_PROJECT_NAME "vformat-plugin") +set(CTEST_NIGHTLY_START_TIME "00:00:00 EST") + +set(CTEST_DROP_METHOD "http") +set(CTEST_DROP_SITE "opensync.org") +set(CTEST_DROP_LOCATION "/testing/submit.php?project=vformat-plugin") +set(CTEST_DROP_SITE_CDASH TRUE) |