Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Vakhtang Tsulaia
athena
Commits
06a2a170
Commit
06a2a170
authored
6 years ago
by
Tomasz Bold
Browse files
Options
Downloads
Patches
Plain Diff
muon tests as part of package UT
Former-commit-id:
15c9f450
parent
aa3b8d7d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
MuonSpectrometer/MuonConfig/CMakeLists.txt
+14
-1
14 additions, 1 deletion
MuonSpectrometer/MuonConfig/CMakeLists.txt
with
14 additions
and
1 deletion
MuonSpectrometer/MuonConfig/CMakeLists.txt
+
14
−
1
View file @
06a2a170
...
@@ -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
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment