From 15c9f4509cda4f92b95ba28718a4b58a4f7bd0fc Mon Sep 17 00:00:00 2001
From: Tomasz Bold <tomasz.bold@gmail.com>
Date: Mon, 5 Nov 2018 12:34:09 +0100
Subject: [PATCH] muon tests as part of package UT

---
 MuonSpectrometer/MuonConfig/CMakeLists.txt | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/MuonSpectrometer/MuonConfig/CMakeLists.txt b/MuonSpectrometer/MuonConfig/CMakeLists.txt
index 378e13d5973..17623cc7b65 100644
--- a/MuonSpectrometer/MuonConfig/CMakeLists.txt
+++ b/MuonSpectrometer/MuonConfig/CMakeLists.txt
@@ -7,4 +7,17 @@ atlas_subdir( MuonConfig )
 
 # Install files from the package:
 atlas_install_python_modules( python/*.py )
-atlas_install_joboptions( share/*.py )
\ No newline at end of file
+atlas_install_joboptions( share/*.py )
+
+
+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 )
-- 
GitLab