From: Claire Mouton Date: Thu, 13 Mar 2014 15:37:01 +0000 (+0100) Subject: Added CTest configuration to enable CDash tests. X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=creaRigidRegistration.git;a=commitdiff_plain;h=877893bd98980a3d730fd9a65f8c65a21f56c14a Added CTest configuration to enable CDash tests. --- diff --git a/CTestConfig.cmake b/CTestConfig.cmake index 11f1b85..26aaf4d 100644 --- a/CTestConfig.cmake +++ b/CTestConfig.cmake @@ -29,10 +29,10 @@ ## # The following are required to uses Dart and the Cdash dashboard ## ENABLE_TESTING() ## INCLUDE(Dart) -set(CTEST_PROJECT_NAME "crea") +set(CTEST_PROJECT_NAME "creaRigidRegistration") set(CTEST_NIGHTLY_START_TIME "00:00:00 EST") set(CTEST_DROP_METHOD "http") set(CTEST_DROP_SITE "www.creatis.insa-lyon.fr") -set(CTEST_DROP_LOCATION "/cdash/submit.php?project=crea") +set(CTEST_DROP_LOCATION "/cdash/submit.php?project=creaRigidRegistration") set(CTEST_DROP_SITE_CDASH TRUE)