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
5f136b89
"git@code.ihep.ac.cn:yudian2002/cepcsw-ote-development.git" did not exist on "c8403f5a2ce8ea7cfb88cb902e1af5e61614d1f5"
Commit
5f136b89
authored
3 years ago
by
Markus Frank
Committed by
MarkusFrankATcernch
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Consolidate DDCAD examples
parent
1da0a038
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/DDCAD/CMakeLists.txt
+4
-3
4 additions, 3 deletions
examples/DDCAD/CMakeLists.txt
with
4 additions
and
3 deletions
examples/DDCAD/CMakeLists.txt
+
4
−
3
View file @
5f136b89
...
@@ -48,7 +48,7 @@ set(DDCADEx_INSTALL ${CMAKE_INSTALL_PREFIX}/examples/DDCAD)
...
@@ -48,7 +48,7 @@ set(DDCADEx_INSTALL ${CMAKE_INSTALL_PREFIX}/examples/DDCAD)
set
(
CLICSiDEx_INSTALL
${
CMAKE_INSTALL_PREFIX
}
/examples/CLICSiD
)
set
(
CLICSiDEx_INSTALL
${
CMAKE_INSTALL_PREFIX
}
/examples/CLICSiD
)
set
(
ClientTestsEx_INSTALL
${
CMAKE_INSTALL_PREFIX
}
/examples/ClientTests
)
set
(
ClientTestsEx_INSTALL
${
CMAKE_INSTALL_PREFIX
}
/examples/ClientTests
)
#
#
#
Multi-shapes: BLEND_HUMAN COB_dwarf
#
Single shape tests:
list
(
APPEND DDCAD_Tests BHV_Boxing_Toes Collada_duck PLY_Wuson
)
list
(
APPEND DDCAD_Tests BHV_Boxing_Toes Collada_duck PLY_Wuson
)
foreach
(
test
${
DDCAD_Tests
}
)
foreach
(
test
${
DDCAD_Tests
}
)
dd4hep_add_test_reg
(
DDCAD_Check_Shape_
${
test
}
dd4hep_add_test_reg
(
DDCAD_Check_Shape_
${
test
}
...
@@ -58,8 +58,9 @@ foreach (test ${DDCAD_Tests})
...
@@ -58,8 +58,9 @@ foreach (test ${DDCAD_Tests})
REGEX_FAIL
"ERROR;FAILED"
)
REGEX_FAIL
"ERROR;FAILED"
)
endforeach
()
endforeach
()
#
#
#
# Multi-shape tests
list
(
APPEND DDCAD_Tests_MV COB_dwarf OBJ_spider MS3D_jeep
)
# Not working: OBJ_spider
list
(
APPEND DDCAD_Tests_MV COB_dwarf MS3D_jeep
)
foreach
(
test
${
DDCAD_Tests_MV
}
)
foreach
(
test
${
DDCAD_Tests_MV
}
)
dd4hep_add_test_reg
(
DDCAD_Check_Shape_
${
test
}
dd4hep_add_test_reg
(
DDCAD_Check_Shape_
${
test
}
COMMAND
"
${
CMAKE_INSTALL_PREFIX
}
/bin/run_test_DDCAD.sh"
COMMAND
"
${
CMAKE_INSTALL_PREFIX
}
/bin/run_test_DDCAD.sh"
...
...
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