Skip to content
Snippets Groups Projects
Commit 9d01f191 authored by Frank Gaede's avatar Frank Gaede
Browse files

- enable tests and cdash

parent 153cf734
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,8 @@ cmake_minimum_required(VERSION 2.8.3 FATAL_ERROR) ...@@ -15,6 +15,8 @@ cmake_minimum_required(VERSION 2.8.3 FATAL_ERROR)
project(DD4hepExample) project(DD4hepExample)
option(BUILD_TESTING "Enable and build tests" ON)
#---Testing------------------------------------------------------------------------- #---Testing-------------------------------------------------------------------------
if(BUILD_TESTING) if(BUILD_TESTING)
include(CTest) include(CTest)
......
...@@ -4,10 +4,10 @@ ...@@ -4,10 +4,10 @@
## # The following are required to uses Dart and the Cdash dashboard ## # The following are required to uses Dart and the Cdash dashboard
## ENABLE_TESTING() ## ENABLE_TESTING()
## INCLUDE(CTest) ## INCLUDE(CTest)
set(CTEST_PROJECT_NAME "DD4hep") set(CTEST_PROJECT_NAME "DD4hepExamples")
set(CTEST_NIGHTLY_START_TIME "01:00:00 UTC") set(CTEST_NIGHTLY_START_TIME "01:00:00 UTC")
set(CTEST_DROP_METHOD "http") set(CTEST_DROP_METHOD "http")
set(CTEST_DROP_SITE "aidasoft.desy.de") set(CTEST_DROP_SITE "aidasoft.desy.de")
set(CTEST_DROP_LOCATION "/CDash/submit.php?project=DD4hep") set(CTEST_DROP_LOCATION "/CDash/submit.php?project=DD4hepExamples")
set(CTEST_DROP_SITE_CDASH TRUE) set(CTEST_DROP_SITE_CDASH TRUE)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment