Re: [edk2-devel] [Patch 06/11] UnitTestFrameworkPkg/Test: Add unit test samples

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 (#53494): https://edk2.groups.io/g/devel/message/53494 Mute This Topic: https://groups.io/mt/70061165/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: http

[edk2-devel] [Patch 06/11] UnitTestFrameworkPkg/Test: Add unit test samples

2020-01-23 Thread Michael D Kinney
Add an implementation of a sample unit test that demonstrates the use of the UnitTestLib services and macros and supports being built for execution in a host environment or for execution on a target in PEI, DXE, SMM, or UEFI Shell. Cc: Sean Brogan Cc: Bret Barkelew Signed-off-by: Michael D Kinne