mirror of https://github.com/acidanthera/audk.git
UnitTestFraworkPkg: Enable DEBUG_CLEAR_MEMORY in host tests
Update DSC files to always enable DEBUG_CLEAR_MEMORY() macros so memory is cleared on every memory allocation/free operation. Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
This commit is contained in:
parent
30b10dcdd0
commit
ca4e19ccc2
|
@ -19,7 +19,7 @@
|
|||
!include UnitTestFrameworkPkg/UnitTestFrameworkPkgHost.dsc.inc
|
||||
|
||||
[PcdsPatchableInModule]
|
||||
gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x17
|
||||
gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1F
|
||||
|
||||
[Components]
|
||||
#
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
!include UnitTestFrameworkPkg/UnitTestFrameworkPkgHost.dsc.inc
|
||||
|
||||
[PcdsPatchableInModule]
|
||||
gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x17
|
||||
gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1F
|
||||
|
||||
[Components]
|
||||
#
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
!include MdePkg/MdeLibs.dsc.inc
|
||||
|
||||
[PcdsPatchableInModule]
|
||||
gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x17
|
||||
gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1F
|
||||
|
||||
[Components]
|
||||
UnitTestFrameworkPkg/Library/UnitTestLib/UnitTestLib.inf
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
|
||||
|
||||
[PcdsFixedAtBuild]
|
||||
gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x17
|
||||
gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1F
|
||||
|
||||
[BuildOptions]
|
||||
MSFT:*_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES -D EDKII_UNIT_TEST_FRAMEWORK_ENABLED
|
||||
|
|
Loading…
Reference in New Issue