From: <svn...@op...> - 2009-03-29 22:36:47
|
Author: dgollub Date: Mon Mar 30 00:36:41 2009 New Revision: 5440 URL: http://www.opensync.org/changeset/5440 Log: Created CDash project on http://opensync.org/testing for ldap-sync. http://opensync.org/testing/index.php?project=ldap-sync Updated CTestConfig.cmake for result submission. With command "make Experimental" testsuite gets called and result submitted. There is also the possibility for continuous build testing running tests which each SVN commit. For this continuous build-hosts needs to be prepared. Modified: plugins/ldap-sync/CTestConfig.cmake Modified: plugins/ldap-sync/CTestConfig.cmake ============================================================================== --- plugins/ldap-sync/CTestConfig.cmake Mon Mar 30 00:34:37 2009 (r5439) +++ plugins/ldap-sync/CTestConfig.cmake Mon Mar 30 00:36:41 2009 (r5440) @@ -1,16 +1,13 @@ -## $Id$ -## ## 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 +## # The following are required to uses Dart and the Cdash dashboard ## ENABLE_TESTING() ## INCLUDE(Dart) set(CTEST_PROJECT_NAME "ldap-sync") -set(CTEST_NIGHTLY_START_TIME "00:00:00 CET") +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=file-sync") +set(CTEST_DROP_LOCATION "/testing/submit.php?project=ldap-sync") set(CTEST_DROP_SITE_CDASH TRUE) |