Skip to content
Snippets Groups Projects
Commit cee4b2d7 authored by root's avatar root
Browse files

renaming from athena->calypso

parent 71e8ed81
No related branches found
No related tags found
No related merge requests found
Showing
with 2 additions and 2 deletions
...@@ -9,11 +9,11 @@ cd calypso/EDM/ ...@@ -9,11 +9,11 @@ cd calypso/EDM/
export ATLAS_LOCAL_ROOT_BASE=/cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase export ATLAS_LOCAL_ROOT_BASE=/cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase
source ${ATLAS_LOCAL_ROOT_BASE}/user/atlasLocalSetup.sh source ${ATLAS_LOCAL_ROOT_BASE}/user/atlasLocalSetup.sh
asetup AthenaExternals,gcc62,latest,21.0 asetup AthenaExternals,gcc62,latest,21.0
source ./athena/Build/AtlasBuildScripts/TDAQ_RELEASE_BASE.sh source ./calypso/Build/AtlasBuildScripts/TDAQ_RELEASE_BASE.sh
mkdir build mkdir build
cd build cd build
#build calypso #build calypso
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCTEST_USE_LAUNCHERS=TRUE ../athena/Projects/Calypso ; make cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCTEST_USE_LAUNCHERS=TRUE ../calypso/Projects/Calypso ; make
#run a unittest for xAOD::StripCluster #run a unittest for xAOD::StripCluster
ctest -V -R xAODTracking_StripCluster_test ctest -V -R xAODTracking_StripCluster_test
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment