Skip to content

Commit

Permalink
Add test for k4run --help
Browse files Browse the repository at this point in the history
  • Loading branch information
Zehvogel committed Jul 2, 2024
1 parent dd1a3e9 commit eacac5d
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 @@ -55,3 +55,9 @@ add_test(NAME LCFIJet
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)

add_test(NAME Help
WORKING_DIRECTORY ${CLDConfig_DIR}
COMMAND k4run --help CLDReconstruction.py
)
set_property(TEST Help APPEND PROPERTY PASS_REGULAR_EXPRESSION "show this help message and exit")

0 comments on commit eacac5d

Please sign in to comment.