Skip to content

Commit

Permalink
Added test for vertex digitiser, that works
Browse files Browse the repository at this point in the history
  • Loading branch information
armin-ilg committed Oct 24, 2023
1 parent 2b05d7d commit 7549397
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions VTXdigi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,6 @@ install(TARGETS ${PackageName}
)

install(FILES ${scripts} DESTINATION test)

SET(test_name "test_runVTXdigitizer")
ADD_TEST(NAME t_${test_name} COMMAND k4run test/runVTXdigitizer.py)

0 comments on commit 7549397

Please sign in to comment.