UnitTestFrameworkPkg: Add gmock support to GoogleTestLib
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4389 * Add gmock support to GoogleTestLib * Add FunctionMockLib library class and library instance * Add GoogleTest extension to GoogleTestLib.h for CHAR16 type * Add GoogleTest extension to GoogleTestLib.h for buffer types * HOST_APPLICATION only supports IA32/X64 Cc: Sean Brogan <sean.brogan@microsoft.com> Cc: Michael Kubacki <mikuback@linux.microsoft.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Signed-off-by: Chris Johnson <chris.n.johnson@intel.com> Reviewed-by: Michael Kubacki <michael.kubacki@microsoft.com> Reviewed-by: Oliver Smith-Denny <osde@linux.microsoft.com> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
This commit is contained in:
committed by
mergify[bot]
parent
caa389625f
commit
d0252b8fc1
@@ -79,9 +79,14 @@
|
||||
"AuditOnly": False, # Fails test but run in AuditOnly mode to collect log
|
||||
"IgnoreFiles": [ # use gitignore syntax to ignore errors in matching files
|
||||
"Library/CmockaLib/cmocka/**/*.*", # not going to spell check a submodule
|
||||
"Library/GoogleTestLib/googletest/**/*.*" # not going to spell check a submodule
|
||||
"Library/GoogleTestLib/googletest/**/*.*", # not going to spell check a submodule
|
||||
"Library/SubhookLib/subhook/**/*.*" # not going to spell check a submodule
|
||||
],
|
||||
"ExtendWords": [ # words to extend to the dictionary for this package
|
||||
"Pointee",
|
||||
"gmock",
|
||||
"GMOCK",
|
||||
"DSUBHOOK",
|
||||
"testcase",
|
||||
"testsuites",
|
||||
"cmocka",
|
||||
|
Reference in New Issue
Block a user