mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
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>
26 lines
1.2 KiB
Plaintext
26 lines
1.2 KiB
Plaintext
[submodule "CryptoPkg/Library/OpensslLib/openssl"]
|
|
path = CryptoPkg/Library/OpensslLib/openssl
|
|
url = https://github.com/openssl/openssl
|
|
[submodule "SoftFloat"]
|
|
path = ArmPkg/Library/ArmSoftFloatLib/berkeley-softfloat-3
|
|
url = https://github.com/ucb-bar/berkeley-softfloat-3.git
|
|
[submodule "UnitTestFrameworkPkg/Library/CmockaLib/cmocka"]
|
|
path = UnitTestFrameworkPkg/Library/CmockaLib/cmocka
|
|
url = https://github.com/tianocore/edk2-cmocka.git
|
|
[submodule "MdeModulePkg/Universal/RegularExpressionDxe/oniguruma"]
|
|
path = MdeModulePkg/Universal/RegularExpressionDxe/oniguruma
|
|
url = https://github.com/kkos/oniguruma
|
|
[submodule "MdeModulePkg/Library/BrotliCustomDecompressLib/brotli"]
|
|
path = MdeModulePkg/Library/BrotliCustomDecompressLib/brotli
|
|
url = https://github.com/google/brotli
|
|
[submodule "BaseTools/Source/C/BrotliCompress/brotli"]
|
|
path = BaseTools/Source/C/BrotliCompress/brotli
|
|
url = https://github.com/google/brotli
|
|
ignore = untracked
|
|
[submodule "RedfishPkg/Library/JsonLib/jansson"]
|
|
path = RedfishPkg/Library/JsonLib/jansson
|
|
url = https://github.com/akheron/jansson
|
|
[submodule "UnitTestFrameworkPkg/Library/GoogleTestLib/googletest"]
|
|
path = UnitTestFrameworkPkg/Library/GoogleTestLib/googletest
|
|
url = https://github.com/google/googletest.git
|