]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Tests/PythonToolsTests.py
BaseTools: Clean up tools_def.template for XCODE5
[mirror_edk2.git] / BaseTools / Tests / PythonToolsTests.py
index 6096e212a954ed1a2e64fc985d2ef11f88b6b83c..c953dafcbd0c1ba2824726a2a5d7d8fc2bc38ff1 100644 (file)
@@ -1,7 +1,7 @@
 ## @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
@@ -24,6 +24,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