Last change
on this file since 85718 was 85718, checked in by vboxsync, 5 years ago |
Devices/EFI: Merge edk-stable202005 and make it build, bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
563 bytes
|
Line | |
---|
1 | # Host UnitTest Compiler Plugin
|
---|
2 |
|
---|
3 | A CiBuildPlugin that compiles the dsc for host based unit test apps.
|
---|
4 | An IUefiBuildPlugin may be attached to this plugin that will run the unit tests and collect the results after successful compilation.
|
---|
5 |
|
---|
6 | ## Configuration
|
---|
7 |
|
---|
8 | The package relative path of the DSC file to build.
|
---|
9 |
|
---|
10 | ``` yaml
|
---|
11 | "HostUnitTestCompilerPlugin": {
|
---|
12 | "DscPath": "<path to dsc from root of pkg>"
|
---|
13 | }
|
---|
14 | ```
|
---|
15 |
|
---|
16 | ### DscPath
|
---|
17 |
|
---|
18 | Package relative path to the DSC file to build.
|
---|
19 |
|
---|
20 | ## Copyright
|
---|
21 |
|
---|
22 | Copyright (c) Microsoft Corporation.
|
---|
23 | SPDX-License-Identifier: BSD-2-Clause-Patent
|
---|
24 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.