VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/BaseTools/Tests/RunTests.py@ 105681

最後變更 在這個檔案從105681是 99404,由 vboxsync 提交於 2 年 前

Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643

  • 屬性 svn:eol-style 設為 native
檔案大小: 640 位元組
 
1## @file
2# Unit tests for BaseTools utilities
3#
4# Copyright (c) 2008, Intel Corporation. All rights reserved.<BR>
5#
6# SPDX-License-Identifier: BSD-2-Clause-Patent
7#
8
9##
10# Import Modules
11#
12import os
13import sys
14import unittest
15
16import TestTools
17
18def GetCTestSuite():
19 import CToolsTests
20 return CToolsTests.TheTestSuite()
21
22def GetPythonTestSuite():
23 import PythonToolsTests
24 return PythonToolsTests.TheTestSuite()
25
26def GetAllTestsSuite():
27 return unittest.TestSuite([GetCTestSuite(), GetPythonTestSuite()])
28
29if __name__ == '__main__':
30 allTests = GetAllTestsSuite()
31 unittest.TextTestRunner(verbosity=2).run(allTests)
32
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette