commit | ac826886c98524e918753419c039d8b44198943f | [log] [tgz] |
---|---|---|
author | Wenyi Xie <xiewenyi2@huawei.com> | Wed Aug 11 14:35:39 2021 +0800 |
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | Thu Aug 12 08:34:04 2021 +0000 |
tree | 0b8d45a1319d19ce046c8d3a55db72f26a1bbcbb | |
parent | a776bbabd9e8f370feb089cdc016324b1d6a37c7 [diff] |
MdeModulePkg/UefiSortLib:Add UefiSortLib unit test Adding two unit test case for UefiSortLib. One is a test on sorting an array of UINT32 by using PerformQuickSort, another is a test on comparing the same buffer by using StringCompare. Add 'main' function name to ECC exception list to avoid ECC error. Cc: Jian J Wang <jian.j.wang@intel.com> Cc: Hao A Wu <hao.a.wu@intel.com> Signed-off-by: Wenyi Xie <xiewenyi2@huawei.com> Reviewed-by: Hao A Wu <hao.a.wu@intel.com>