BaseTools/Plugin: Add HostBasedUnitTestRunner plugin

https://bugzilla.tianocore.org/show_bug.cgi?id=2505

Add plugin to BaseTools to run host based unit tests.

Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Bret Barkelew <Bret.Barkelew@microsoft.com>
Acked-by: Bob Feng <bob.c.feng@intel.com>
This commit is contained in:
Michael D Kinney
2020-01-22 15:28:43 -08:00
committed by mergify[bot]
parent 61364ab927
commit 0a5d2b505c
2 changed files with 127 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
##
# IUefiBuildPlugin used to run any unittests that
# were built on this build.
#
# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: BSD-2-Clause-Patent
##
{
"scope": "host-test-win",
"name": "Windows Host-Based Unit Test Runner",
"module": "HostBasedUnitTestRunner"
}