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
687741d5
Commit
687741d5
authored
9 years ago
by
Markus Frank
Browse files
Options
Downloads
Patches
Plain Diff
Fix build errors/warnings.
parent
027b7d4d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/ClientTests/CMakeLists.txt
+5
-3
5 additions, 3 deletions
examples/ClientTests/CMakeLists.txt
with
5 additions
and
3 deletions
examples/ClientTests/CMakeLists.txt
+
5
−
3
View file @
687741d5
...
...
@@ -35,11 +35,13 @@ foreach (test Assemblies BoxTrafos IronCylinder LheD_tracker MagnetFields Materi
endforeach
(
type
)
endforeach
()
#
foreach
(
script MiniTel LheD_tracker
)
dd4hep_add_test_reg
(
ClientTests_sim_
${
script
}
if
(
NOT
"
${
DD4HEP_USE_GEANT4
}
"
STREQUAL
""
)
foreach
(
script MiniTel LheD_tracker
)
dd4hep_add_test_reg
(
ClientTests_sim_
${
script
}
COMMAND
"
${
CMAKE_INSTALL_PREFIX
}
/bin/run_test_ClientTests.sh"
EXEC_ARGS python
${
CMAKE_CURRENT_SOURCE_DIR
}
/scripts/
${
script
}
.py batch
REQUIRES DDG4 Geant4
REGEX_PASS NONE
REGEX_FAIL
"Exception;EXCEPTION;ERROR;Error"
)
endforeach
(
script
)
endforeach
(
script
)
endif
()
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