diff --git a/Tools/PyJobTransforms/CMakeLists.txt b/Tools/PyJobTransforms/CMakeLists.txt index 1611f37b482e6ec2c2ef44a15bf43ebd3cc93b76..805db9f866060b73433ed525a79a7ab547780e34 100644 --- a/Tools/PyJobTransforms/CMakeLists.txt +++ b/Tools/PyJobTransforms/CMakeLists.txt @@ -17,12 +17,12 @@ atlas_install_scripts( scripts/HelloWorld_tf.py POST_BUILD_CMD ${ATLAS_FLAKE8} ) atlas_install_generic( share/*.db DESTINATION share EXECUTABLE ) -foreach( test Echo_tf Sleep_tf +foreach( test Echo_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