]> git.proxmox.com Git - mirror_edk2.git/commit - ReadMe.rst
UnitTestFrameworkPkg: Add googletest submodule and GoogleTestLib
authorMichael D Kinney <michael.d.kinney@intel.com>
Tue, 21 Jun 2022 02:52:03 +0000 (19:52 -0700)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Fri, 11 Nov 2022 05:46:51 +0000 (05:46 +0000)
commitcef0c5c68427f4e93dc9c4135a8e60018f2307b5
tree1496519ff0b99e3bbeeada5a6e606c651c04ef95
parentc1b073a9dccc11fbd9fdfd69f76de6e972ad1550
UnitTestFrameworkPkg: Add googletest submodule and GoogleTestLib

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

Add submodule for googletest and add GoogleTestLib that is
required for GoogleTest based unit tests. Add GoogleTest
documentation to Readme.md along with a port of the sample
unit test to the GoogleTest style.

A few typos in Readme.md are also fixed.

Cc: Michael Kubacki <mikuback@linux.microsoft.com>
Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Andrew Fish <afish@apple.com>
Cc: Leif Lindholm <quic_llindhol@quicinc.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Michael Kubacki <mikuback@linux.microsoft.com>
Acked-by: Leif Lindholm <quic_llindhol@quicinc.com>
13 files changed:
.gitmodules
ReadMe.rst
UnitTestFrameworkPkg/Include/Library/GoogleTestLib.h [new file with mode: 0644]
UnitTestFrameworkPkg/Library/GoogleTestLib/GoogleTestLib.inf [new file with mode: 0644]
UnitTestFrameworkPkg/Library/GoogleTestLib/GoogleTestLib.uni [new file with mode: 0644]
UnitTestFrameworkPkg/Library/GoogleTestLib/googletest [new submodule]
UnitTestFrameworkPkg/ReadMe.md
UnitTestFrameworkPkg/Test/GoogleTest/Sample/SampleGoogleTest/SampleGoogleTest.cpp [new file with mode: 0644]
UnitTestFrameworkPkg/Test/GoogleTest/Sample/SampleGoogleTest/SampleGoogleTestHost.inf [new file with mode: 0644]
UnitTestFrameworkPkg/Test/UnitTestFrameworkPkgHostTest.dsc
UnitTestFrameworkPkg/UnitTestFrameworkPkg.ci.yaml
UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec
UnitTestFrameworkPkg/UnitTestFrameworkPkgHost.dsc.inc