Skip to content

Commit 75dfcc2

Browse files
jmcarcellandresailer
authored andcommitted
Add a test to run with Marlin
1 parent 1c024ad commit 75dfcc2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,8 @@ add_test(NAME Help
8484
COMMAND k4run --help CLDReconstruction.py
8585
)
8686
set_property(TEST Help APPEND PROPERTY PASS_REGULAR_EXPRESSION "show this help message and exit")
87+
88+
add_test(NAME marlin
89+
WORKING_DIRECTORY ${CLDConfig_DIR}
90+
COMMAND Marlin --global.LCIOInputFiles=test.slcio --InitDD4hep.DD4hepXMLFile=${DETECTOR} CLDReconstruction.xml
91+
)

0 commit comments

Comments
 (0)