]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Tests/PythonToolsTests.py
NetworkPkg/Tls: Fix few typos
[mirror_edk2.git] / BaseTools / Tests / PythonToolsTests.py
index 6096e212a954ed1a2e64fc985d2ef11f88b6b83c..05b27ab03335c0c21cc7438e939c8c52b3e1c6b0 100644 (file)
@@ -1,15 +1,9 @@
 ## @file\r
 # Unit tests for Python based BaseTools\r
 #\r
-#  Copyright (c) 2008, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2008 - 2015, 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
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 \r
 ##\r
@@ -24,6 +18,8 @@ def TheTestSuite():
     suites = []\r
     import CheckPythonSyntax\r
     suites.append(CheckPythonSyntax.TheTestSuite())\r
+    import CheckUnicodeSourceFiles\r
+    suites.append(CheckUnicodeSourceFiles.TheTestSuite())\r
     return unittest.TestSuite(suites)\r
 \r
 if __name__ == '__main__':\r