25c9d44315
MdeModulePkg: Add more PciHostBridgeLib gmock support
...
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4443
Add Google Mock Library for PciHostBridgeLib
Cc: Michael D Kinney <michael.d.kinney@intel.com >
Cc: Hao A Wu <hao.a.wu@intel.com >
Cc: Ray Ni <ray.ni@intel.com >
Cc: Chris Johnson <chris.n.johnson@intel.com >
Signed-off-by: Gua Guo <gua.guo@intel.com >
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com >
2023-05-10 00:39:13 +00:00
1a24843ecb
MdeModulePkg/Library/UefiSortLib: Add GoogleTestLib example
...
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4389
Cc: Jian J Wang <jian.j.wang@intel.com >
Cc: Liming Gao <gaoliming@byosoft.com.cn >
Signed-off-by: Chris Johnson <chris.n.johnson@intel.com >
Reviewed-by: Oliver Smith-Denny <osde@linux.microsoft.com >
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com >
2023-04-10 05:59:02 +00:00
ac826886c9
MdeModulePkg/UefiSortLib:Add UefiSortLib unit test
...
Adding two unit test case for UefiSortLib. One is a test on
sorting an array of UINT32 by using PerformQuickSort, another
is a test on comparing the same buffer by using StringCompare.
Add 'main' function name to ECC exception list to avoid ECC
error.
Cc: Jian J Wang <jian.j.wang@intel.com >
Cc: Hao A Wu <hao.a.wu@intel.com >
Signed-off-by: Wenyi Xie <xiewenyi2@huawei.com >
Reviewed-by: Hao A Wu <hao.a.wu@intel.com >
2021-08-12 08:34:04 +00:00
dcaa939365
MdeModulePkg/Variable/RuntimeDxe: Add Variable Lock Protocol Unit Tests
...
https://bugzilla.tianocore.org/show_bug.cgi?id=3111
Add host based unit tests for the multiple lock case using Variable Lock
Protocol, Variable Policy Protocol, and mixes of Variable Lock Protocol
and Variable Policy Protocol.
Cc: Michael D Kinney <michael.d.kinney@intel.com >
Cc: Hao A Wu <hao.a.wu@intel.com >
Cc: Liming Gao <gaoliming@byosoft.com.cn >
Signed-off-by: Bret Barkelew <Bret.Barkelew@microsoft.com >
Reviewed-by: Hao A Wu <hao.a.wu@intel.com >
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn >
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com >
2020-12-15 06:26:34 +00:00
184ee9b1de
MdeModulePkg: Add DxeResetSystemLib unit test
...
https://bugzilla.tianocore.org/show_bug.cgi?id=2505
* Add unit test of DxeResetSystemLib library
instance that uses cmocka interfaces to mock the
UEFI Runtime Services Table and its ResetSystem()
service. When a unit test uses the cmocka
interfaces, the unit test does not support being
run from target environments.
cmocka APIs: https://api.cmocka.org/index.html
This example puts the unit test in a UnitTest
directory below the library INF file and this location
means the unit test is only designed to work this
this one library instance.
* Add Test/MdeModulePkgHostTest.dsc to build host
based unit tests
Cc: Sean Brogan <sean.brogan@microsoft.com >
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com >
Cc: Liming Gao <liming.gao@intel.com >
Cc: Hao A Wu <hao.a.wu@intel.com >
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com >
Acked-by: Hao A Wu <hao.a.wu@intel.com >
Reviewed-by: Bret Barkelew <Bret.Barkelew@microsoft.com >
2020-02-07 19:18:53 +00:00