Skip to content

Commit

Permalink
DDTest: add test using ouputConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
andresailer committed Jun 21, 2023
1 parent 38644b1 commit a420ef7
Show file tree
Hide file tree
Showing 2 changed files with 524 additions and 0 deletions.
5 changes: 5 additions & 0 deletions DDTest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,11 @@ if (DD4HEP_USE_GEANT4)
SET_TESTS_PROPERTIES( t_test_ddsim_${OUTPUT_FILE} PROPERTIES FAIL_REGULAR_EXPRESSION " Exception; EXCEPTION;ERROR;Error" )
endforeach()

add_test( t_ddsimUserPlugins "${CMAKE_INSTALL_PREFIX}/bin/run_test.sh"
ddsim --compactFile=${CMAKE_INSTALL_PREFIX}/DDDetectors/compact/SiD.xml --runType=batch -N=10
--outputFile=t_ddsimUserPlugins.root -G --steeringFile ${CMAKE_CURRENT_SOURCE_DIR}/python/user_steering.PY
--part.userParticleHandler=)

endif()
install(DIRECTORY include/DD4hep DESTINATION include)

Expand Down
Loading

0 comments on commit a420ef7

Please sign in to comment.