UnitTestFrameworkPkg: Add info to readme about working with UnitTests
Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Bret Barkelew <bret.barkelew@microsoft.com> Signed-off-by: Bret Barkelew <bret.barkelew@microsoft.com> Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
This commit is contained in:
committed by
mergify[bot]
parent
568eee7cf3
commit
4403bbd7c0
@@ -59,7 +59,7 @@
|
||||
"SpellCheck": {
|
||||
"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/CmockaLib/cmocka/**/*.*" # not going to spell check a submodule
|
||||
],
|
||||
"ExtendWords": [ # words to extend to the dictionary for this package
|
||||
"cmocka",
|
||||
@@ -68,7 +68,10 @@
|
||||
"pytool",
|
||||
"pytools",
|
||||
"NOFAILURE",
|
||||
"DHAVE" # build flag for cmocka in the INF
|
||||
"DHAVE", # build flag for cmocka in the INF
|
||||
"corthon", # Contact GitHub account in Readme
|
||||
"mdkinney", # Contact GitHub account in Readme
|
||||
"spbrogan" # Contact GitHub account in Readme
|
||||
],
|
||||
"IgnoreStandardPaths": [], # Standard Plugin defined paths that should be ignore
|
||||
"AdditionalIncludePaths": [] # Additional paths to spell check (wildcards supported)
|
||||
|
Reference in New Issue
Block a user