Re: [edk2-devel] [Patch 09/11] MdeModulePkg: Add DxeResetSystemLib unit test

2020-02-06 Thread Wu, Hao A
> -Original Message- > From: Kinney, Michael D > Sent: Friday, January 24, 2020 10:11 AM > To: devel@edk2.groups.io > Cc: Sean Brogan; Bret Barkelew; Gao, Liming; Wu, Hao A > Subject: [Patch 09/11] MdeModulePkg: Add DxeResetSystemLib unit test > > * Add unit test of DxeResetSystemLib libra

Re: [edk2-devel] [Patch 09/11] MdeModulePkg: Add DxeResetSystemLib unit test

2020-01-27 Thread brbarkel via Groups.Io
Reviewed-by: Bret Barkelew -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#53497): https://edk2.groups.io/g/devel/message/53497 Mute This Topic: https://groups.io/mt/70061169/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: http

[edk2-devel] [Patch 09/11] MdeModulePkg: Add DxeResetSystemLib unit test

2020-01-23 Thread Michael D Kinney
* 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:/