]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Plugin/HostBasedUnitTestRunner/HostBasedUnitTestRunner.py
BaseTools/Plugin/HostBaseUnitTestRunner: Enable gtest xml output
authorMichael D Kinney <michael.d.kinney@intel.com>
Mon, 31 Oct 2022 17:09:09 +0000 (10:09 -0700)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Fri, 11 Nov 2022 05:46:51 +0000 (05:46 +0000)
commit31377aba8f4e126266251bc53bc148599bb4565a
tree45d14fd58290540b5e0ddce4c2792c10a59fe66a
parent80f097711b6887caec1b67e04ddf8779acb92883
BaseTools/Plugin/HostBaseUnitTestRunner: Enable gtest xml output

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

Set environment variable GTEST_OUTPUT to specify the output
format of XML and the output file name.  Both CMOCKA_XML_FILE
and GTEST_OUTPUT are set for each host based unit test to
support both cmocka unit tests and gtest unit tests.

Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Yuwei Chen <yuwei.chen@intel.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
BaseTools/Plugin/HostBasedUnitTestRunner/HostBasedUnitTestRunner.py