Skip to content
Snippets Groups Projects
Commit 5f136b89 authored by Markus Frank's avatar Markus Frank Committed by MarkusFrankATcernch
Browse files

Consolidate DDCAD examples

parent 1da0a038
No related branches found
No related tags found
No related merge requests found
...@@ -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"
......
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