Skip to content

Commit

Permalink
Update PseudoTrap reference files after updates in ROOT
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusFrankATcernch committed Jan 21, 2025
1 parent f9a34ae commit 155e4fc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples/ClientTests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,12 @@ dd4hep_add_test_reg( ClientTests_Save_ROOT_MiniTel_LONGTEST
set(ClientTests_ShapeTests)
list(APPEND ClientTests_ShapeTests Box Cone ConeSegment Tube ElTube CutTube Hyperboloid Paraboloid)
list(APPEND ClientTests_ShapeTests EightPointSolid Eightpoint_Reflect_Volume Eightpoint_Reflect_DetElement)
list(APPEND ClientTests_ShapeTests Polycone Polyhedra PseudoTrap PseudoTrap1 PseudoTrap2 Sphere Torus Trap Trd1 Trd2)
list(APPEND ClientTests_ShapeTests Polycone Polyhedra Sphere Torus Trap Trd1 Trd2)
list(APPEND ClientTests_ShapeTests TruncatedTube ExtrudedPolygon)

IF(ROOT_VERSION VERSION_GREATER_EQUAL 6.35.01)
list(APPEND ClientTests_ShapeTests PseudoTrap PseudoTrap1 PseudoTrap2)
ENDIF()
#
#
if( ${ROOT_VERSION} VERSION_GREATER 6.21.00 )
Expand Down

0 comments on commit 155e4fc

Please sign in to comment.