Skip to content
Snippets Groups Projects
Commit 57b58b1c authored by Marco Clemencic's avatar Marco Clemencic
Browse files

Added dependency on ROOT for tests runtime.

parent 525b2554
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,9 @@
! Purpose : Examples packages provided my Geant4, used as standalone tests
!-----------------------------------------------------------------------------
! 2016-04-27 - Marco Clemencic
- Added dependency on ROOT for tests runtime.
!2016-03-16 - Nigel Watson
- Tagged as v6r2, with small corrections to TestEm5, etc.
......
......@@ -6,3 +6,6 @@ gaudi_alias(Calorimeter_test ExampleTestEm3run.sh)
# CMT-compatibility alias
gaudi_alias(testEm3.exe TestEm3)
# Required for tests
find_package(ROOT)
......@@ -6,3 +6,6 @@ gaudi_alias(MultipleScattering_test Em5run.sh)
# CMT-compatibility alias
gaudi_alias(testEm5.exe TestEm5)
# Required for tests
find_package(ROOT)
......@@ -6,3 +6,6 @@ gaudi_alias(hadronic_tests run_hadronic_tests.py)
# CMT-compatibility alias
gaudi_alias(hard00.exe Hadr00)
# Required for tests
find_package(ROOT)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment