audk/.pytool/Plugin/HostUnitTestCompilerPlugin
Ken Lautner 2aac8bb7ef .pytool: Update to newest pytools
Update to the newest pytools and resolves the API change for
GetAbsolutePathOnThisSytemFromEdk2RelativePath

Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>

Signed-off-by: Kenneth Lautner <kenlautner3@gmail.com>
Reviewed-by: Sean Brogan <sean.brogan@microsoft.com>
2022-03-09 18:58:33 +00:00
..
HostUnitTestCompilerPlugin.py .pytool: Update to newest pytools 2022-03-09 18:58:33 +00:00
HostUnitTestCompiler_plug_in.yaml .pytool: Add CI support for host based unit tests with results 2020-02-07 19:18:53 +00:00
Readme.md .pytool: Add CI support for host based unit tests with results 2020-02-07 19:18:53 +00:00

Readme.md

Host UnitTest Compiler Plugin

A CiBuildPlugin that compiles the dsc for host based unit test apps. An IUefiBuildPlugin may be attached to this plugin that will run the unit tests and collect the results after successful compilation.

Configuration

The package relative path of the DSC file to build.

"HostUnitTestCompilerPlugin": {
    "DscPath": "<path to dsc from root of pkg>"
}

DscPath

Package relative path to the DSC file to build.

Copyright (c) Microsoft Corporation. SPDX-License-Identifier: BSD-2-Clause-Patent