diff --git a/Tools/PyJobTransforms/CMakeLists.txt b/Tools/PyJobTransforms/CMakeLists.txt
index b9e00659b85fed8ff0c362995c3a86e53b4edb04..efdfd7ec0b7478dc0acf4421191fe63b73c43107 100644
--- a/Tools/PyJobTransforms/CMakeLists.txt
+++ b/Tools/PyJobTransforms/CMakeLists.txt
@@ -17,12 +17,12 @@ atlas_install_scripts( scripts/HelloWorld_tf.py )
 atlas_install_generic( share/*.db
                        DESTINATION share
                        EXECUTABLE )
-foreach( test Echo_tf Sleep_tf
+foreach( test Echo_tf EVNTMerge_tf HISTMerge_tf LogFileScanner Sleep_tf
          transform trfAMI trfArgs trfDecorators trfEnv
          trfExceptions trfExe trfExitCodes trfFileUtils trfGraph trfJobOptions trfLogger
-         trfMPTools trfSignal trfSignatures
+         trfMPTools trfReports trfReportsSignaledExit trfSignal trfSignatures
          trfUtils trfUtilsDBRelease trfUtilsParallelJobProcessor trfUtilsParallelJobProcessorData
-         trfValidateRootFile )
+         trfValidateRootFile trfValidation )
    atlas_add_test( ${test}
       SCRIPT test/test_${test}.py
       PROPERTIES TIMEOUT 300