Skip to content

Commit

Permalink
add LCFIJet test
Browse files Browse the repository at this point in the history
  • Loading branch information
Zehvogel committed Jun 26, 2024
1 parent 41373c1 commit b1938dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,9 @@ add_test(NAME trkOnly
COMMAND k4run --trackingOnly --inputFiles=test.edm4hep.root --outputBasename=trkOnly_test_edm4hep CLDReconstruction.py --GeoSvc.detectors=${DETECTOR}
)
set_property(TEST trkOnly APPEND PROPERTY DEPENDS ddsim_edm4hep)

add_test(NAME LCFIJet
WORKING_DIRECTORY ${CLDConfig_DIR}
COMMAND k4run --enableLCFIJet --inputFiles=test.edm4hep.root --outputBasename=trkOnly_test_edm4hep CLDReconstruction.py --GeoSvc.detectors=${DETECTOR}
)
set_property(TEST LCFIJet APPEND PROPERTY DEPENDS ddsim_edm4hep)

0 comments on commit b1938dd

Please sign in to comment.