]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Tests/RunTests.py
Sync BaseTool trunk (version r2649) into EDKII BaseTools.
[mirror_edk2.git] / BaseTools / Tests / RunTests.py
index 193bc606255eb8b80a448471d68a83c6a92a8762..e8ca2d055eaca31033508ffe292085a7b0a201ad 100644 (file)
@@ -1,40 +1,40 @@
-## @file
-# Unit tests for BaseTools utilities
-#
-#  Copyright (c) 2008, Intel Corporation. All rights reserved.<BR>
-#
-#  This program and the accompanying materials
-#  are licensed and made available under the terms and conditions of the BSD License
-#  which accompanies this distribution.  The full text of the license may be found at
-#  http://opensource.org/licenses/bsd-license.php
-#
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-#
-
-##
-# Import Modules
-#
-import os
-import sys
-import unittest
-
-import TestTools
-
-sys.path.append(TestTools.PythonSourceDir)
-
-def GetCTestSuite():
-    import CToolsTests
-    return CToolsTests.TheTestSuite()
-
-def GetPythonTestSuite():
-    import PythonToolsTests
-    return PythonToolsTests.TheTestSuite()
-
-def GetAllTestsSuite():
-    return unittest.TestSuite([GetCTestSuite(), GetPythonTestSuite()])
-
-if __name__ == '__main__':
-    allTests = GetAllTestsSuite()
-    unittest.TextTestRunner(verbosity=2).run(allTests)
-
+## @file\r
+# Unit tests for BaseTools utilities\r
+#\r
+#  Copyright (c) 2008, Intel Corporation. All rights reserved.<BR>\r
+#\r
+#  This program and the accompanying materials\r
+#  are licensed and made available under the terms and conditions of the BSD License\r
+#  which accompanies this distribution.  The full text of the license may be found at\r
+#  http://opensource.org/licenses/bsd-license.php\r
+#\r
+#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#\r
+\r
+##\r
+# Import Modules\r
+#\r
+import os\r
+import sys\r
+import unittest\r
+\r
+import TestTools\r
+\r
+sys.path.append(TestTools.PythonSourceDir)\r
+\r
+def GetCTestSuite():\r
+    import CToolsTests\r
+    return CToolsTests.TheTestSuite()\r
+\r
+def GetPythonTestSuite():\r
+    import PythonToolsTests\r
+    return PythonToolsTests.TheTestSuite()\r
+\r
+def GetAllTestsSuite():\r
+    return unittest.TestSuite([GetCTestSuite(), GetPythonTestSuite()])\r
+\r
+if __name__ == '__main__':\r
+    allTests = GetAllTestsSuite()\r
+    unittest.TextTestRunner(verbosity=2).run(allTests)\r
+\r