Skip to content
Snippets Groups Projects
Commit 06a2a170 authored by Tomasz Bold's avatar Tomasz Bold
Browse files

muon tests as part of package UT

Former-commit-id: 15c9f450
parent aa3b8d7d
No related branches found
No related tags found
No related merge requests found
...@@ -7,4 +7,17 @@ atlas_subdir( MuonConfig ) ...@@ -7,4 +7,17 @@ atlas_subdir( MuonConfig )
# Install files from the package: # Install files from the package:
atlas_install_python_modules( python/*.py ) atlas_install_python_modules( python/*.py )
atlas_install_joboptions( share/*.py ) atlas_install_joboptions( share/*.py )
\ No newline at end of file
atlas_add_test( MuonCablingConfigTest
SCRIPT python -m MuonConfig.MuonCablingConfig
POST_EXEC_SCRIPT nopost.sh )
atlas_add_test( MuonReconstructionConfigTest
SCRIPT python -m MuonConfig.MuonReconstructionConfig
POST_EXEC_SCRIPT nopost.sh )
atlas_add_test( MuonSegmentFindingConfigTest
SCRIPT python -m MuonConfig.MuonSegmentFindingConfig
POST_EXEC_SCRIPT nopost.sh )
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