From: <svn...@op...> - 2009-03-26 00:11:19
|
Author: scriptor Date: Thu Mar 26 01:11:00 2009 New Revision: 5326 URL: http://www.opensync.org/changeset/5326 Log: Initial version of the LDAP plugin having been ported to libopensync-0.3x. Added: plugins/ldap-sync/CTestConfig.cmake (contents, props changed) Added: plugins/ldap-sync/CTestConfig.cmake ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ plugins/ldap-sync/CTestConfig.cmake Thu Mar 26 01:11:00 2009 (r5326) @@ -0,0 +1,16 @@ +## $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 +## ENABLE_TESTING() +## INCLUDE(Dart) +set(CTEST_PROJECT_NAME "ldap-sync") +set(CTEST_NIGHTLY_START_TIME "00:00:00 CET") + +set(CTEST_DROP_METHOD "http") +set(CTEST_DROP_SITE "opensync.org") +set(CTEST_DROP_LOCATION "/testing/submit.php?project=file-sync") +set(CTEST_DROP_SITE_CDASH TRUE) |