Changeset 105670 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/UnitTestFrameworkPkg/UnitTestFrameworkPkg.ci.yaml
- Timestamp:
- Aug 14, 2024 1:16:30 PM (7 months ago)
- svn:sync-xref-src-repo-rev:
- 164367
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew
-
Property svn:mergeinfo
changed from (toggle deleted branches)
to (toggle deleted branches)/vendor/edk2/current 103735-103757,103769-103776,129194-159268 /vendor/edk2/current 103735-103757,103769-103776,129194-164365
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/UnitTestFrameworkPkg/UnitTestFrameworkPkg.ci.yaml
r101291 r105670 6 6 ## 7 7 { 8 "PrEval": { 9 "DscPath": "UnitTestFrameworkPkg.dsc", 10 }, 8 11 ## options defined .pytool/Plugin/LicenseCheck 9 12 "LicenseCheck": { … … 60 63 ## options defined .pytool/Plugin/HostUnitTestDscCompleteCheck 61 64 "HostUnitTestDscCompleteCheck": { 62 "IgnoreInf": [], 65 "IgnoreInf": [ 66 "UnitTestFrameworkPkg/Test/GoogleTest/Sample/SampleGoogleTestExpectFail/SampleGoogleTestHostExpectFail.inf", 67 "UnitTestFrameworkPkg/Test/GoogleTest/Sample/SampleGoogleTestGenerateException/SampleGoogleTestHostGenerateException.inf", 68 "UnitTestFrameworkPkg/Test/UnitTest/Sample/SampleUnitTestExpectFail/SampleUnitTestHostExpectFail.inf", 69 "UnitTestFrameworkPkg/Test/UnitTest/Sample/SampleUnitTestGenerateException/SampleUnitTestHostGenerateException.inf" 70 ], 63 71 "DscPath": "Test/UnitTestFrameworkPkgHostTest.dsc" 64 72 }, … … 100 108 "DHAVE", # build flag for cmocka in the INF 101 109 "gtest", # file name in GoogleTestLib.inf 110 "defiapi", # build flag for gtest 111 "fexceptions", # build flag for gtest 102 112 "corthon", # Contact GitHub account in Readme 103 113 "mdkinney", # Contact GitHub account in Readme … … 106 116 "IgnoreStandardPaths": [], # Standard Plugin defined paths that should be ignore 107 117 "AdditionalIncludePaths": [] # Additional paths to spell check (wildcards supported) 118 }, 119 120 # options defined in .pytool/Plugin/UncrustifyCheck 121 "UncrustifyCheck": { 122 "IgnoreFiles": [ 123 "Library/CmockaLib/cmocka/**", 124 "Library/GoogleTestLib/googletest/**", 125 "Library/SubhookLib/subhook/**" 126 ] 108 127 } 109 128 }
Note:
See TracChangeset
for help on using the changeset viewer.