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:
Michael D Kinney 2024-10-21 23:29:20 -07:00 committed by mergify[bot]
parent 30b10dcdd0
commit ca4e19ccc2
4 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@
!include UnitTestFrameworkPkg/UnitTestFrameworkPkgHost.dsc.inc !include UnitTestFrameworkPkg/UnitTestFrameworkPkgHost.dsc.inc
[PcdsPatchableInModule] [PcdsPatchableInModule]
gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x17 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1F
[Components] [Components]
# #

View File

@ -21,7 +21,7 @@
!include UnitTestFrameworkPkg/UnitTestFrameworkPkgHost.dsc.inc !include UnitTestFrameworkPkg/UnitTestFrameworkPkgHost.dsc.inc
[PcdsPatchableInModule] [PcdsPatchableInModule]
gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x17 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1F
[Components] [Components]
# #

View File

@ -23,7 +23,7 @@
!include MdePkg/MdeLibs.dsc.inc !include MdePkg/MdeLibs.dsc.inc
[PcdsPatchableInModule] [PcdsPatchableInModule]
gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x17 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1F
[Components] [Components]
UnitTestFrameworkPkg/Library/UnitTestLib/UnitTestLib.inf UnitTestFrameworkPkg/Library/UnitTestLib/UnitTestLib.inf

View File

@ -14,7 +14,7 @@
PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf
[PcdsFixedAtBuild] [PcdsFixedAtBuild]
gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x17 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask|0x1F
[BuildOptions] [BuildOptions]
MSFT:*_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES -D EDKII_UNIT_TEST_FRAMEWORK_ENABLED MSFT:*_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES -D EDKII_UNIT_TEST_FRAMEWORK_ENABLED