Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DD4hep
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cepc
externals
mirroring
DD4hep
Commits
9d01f191
Commit
9d01f191
authored
10 years ago
by
Frank Gaede
Browse files
Options
Downloads
Patches
Plain Diff
- enable tests and cdash
parent
153cf734
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
examples/CMakeLists.txt
+2
-0
2 additions, 0 deletions
examples/CMakeLists.txt
examples/CTestConfig.cmake
+2
-2
2 additions, 2 deletions
examples/CTestConfig.cmake
with
4 additions
and
2 deletions
examples/CMakeLists.txt
+
2
−
0
View file @
9d01f191
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
examples/CTestConfig.cmake
+
2
−
2
View file @
9d01f191
...
@@ -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
"DD4hep
Examples
"
)
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=DD4hep
Examples
"
)
set
(
CTEST_DROP_SITE_CDASH TRUE
)
set
(
CTEST_DROP_SITE_CDASH TRUE
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment