diff --git a/MuonSpectrometer/MuonConfig/CMakeLists.txt b/MuonSpectrometer/MuonConfig/CMakeLists.txt
index 378e13d59737394db286c62abd607e66f95dc0e5..17623cc7b65486c228b9eeb94a86f76b11e8ba12 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 )