Skip to content

Commit

Permalink
Add a test to run with Marlin
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell authored and andresailer committed Jan 16, 2025
1 parent 1c024ad commit 75dfcc2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,8 @@ add_test(NAME Help
COMMAND k4run --help CLDReconstruction.py
)
set_property(TEST Help APPEND PROPERTY PASS_REGULAR_EXPRESSION "show this help message and exit")

add_test(NAME marlin
WORKING_DIRECTORY ${CLDConfig_DIR}
COMMAND Marlin --global.LCIOInputFiles=test.slcio --InitDD4hep.DD4hepXMLFile=${DETECTOR} CLDReconstruction.xml
)

0 comments on commit 75dfcc2

Please sign in to comment.