summaryrefslogtreecommitdiff
path: root/UnitTestFrameworkPkg
AgeCommit message (Expand)AuthorFilesLines
2023-06-13UnitTestFrameworkPkg: Add UnitTestPeiServicesTablePointerLibZhiguang Liu9-0/+1961
2023-04-10UnitTestFrameworkPkg: Update to be more C11 compliant by using __func__Rebecca Cran7-25/+25
2023-04-10UnitTestFrameworkPkg/ReadMe.md: Add gmock documentationChris Johnson1-43/+970
2023-04-10UnitTestFrameworkPkg: Add gmock support to GoogleTestLibChris Johnson12-18/+297
2023-04-10UnitTestFrameworkPkg: Add subhook submodule required for gmockChris Johnson7-0/+61
2023-01-04UnitTestFrameworkPkg: Add code coverage support for GCCGua Guo3-1/+44
2022-12-14UnitTestFrameworkPkg/UnitTestLib: Print expected Status on ASSERT faildevel@edk2.groups.io1-1/+1
2022-12-14UnitTestFrameworkPkg: Modify APIs in UnitTestPersistenceLibLiu, Zhiguang4-18/+36
2022-12-01UnitTestFrameworkPkg: Library classes private to publicMichael D Kinney2-6/+7
2022-11-11UnitTestFrameworkPkg/Library/CmockaLib: Generate symbol informationMichael D Kinney1-1/+1
2022-11-11UnitTestFrameworkPkg: Add googletest submodule and GoogleTestLibMichael D Kinney11-31/+606
2022-11-07UnitTestFrameworkPkg: Add UnitTestUefiBootServicesTableLibMichael Kubacki13-0/+3720
2022-11-01UnitTestFrameworkPkg: Support FILE_GUID override in host based unit testsMichael D Kinney1-5/+5
2022-10-14UnitTestFrameworkPkg: Add LOONGARCH64 architecture for EDK2 CI.Chao Li1-1/+2
2022-01-08UnitTestFrameworkPkg: CI YAML: Grant cmockery spell check exceptionKun Qin1-0/+1
2021-12-07UnitTestFrameworkPkg: Apply uncrustify changesMichael Kubacki18-309/+368
2021-12-07UnitTestFrameworkPkg: Change OPTIONAL keyword usage styleMichael D Kinney2-2/+2
2021-11-30UnitTestFrameworkPkg: Update YAML to ignore specific ECC files/errorsMichael D Kinney1-1/+4
2021-05-04UnitTestFrameworkPkg: Sample unit test hangs when running in OVMF/QEMUGetnat Ejigu4-0/+4
2021-03-31UnitTestFrameworkPkg: Consume MdeLibs.dsc.inc for RegisterFilterLibDandan Bi1-1/+2
2020-12-05UnitTestFrameworkPg: Fix build failure of MdeModulePkg with UnitTestLibDivneil Rai Wadhawan1-1/+1
2020-08-17UnitTestFrameworkPkg: Add configuration for Ecc check in yaml fileShenglei Zhang1-0/+12
2020-08-07UnitTestFrameworkPkg/Readme.md: Update documentation for latest featuresBret Barkelew2-0/+167
2020-07-31UnitTestFrameworkPkg: Add configuration for LicenseCheck in yaml fileShenglei Zhang1-0/+4
2020-07-15UnitTestFramewokPkg/SampleUnitTest: Use UT_EXPECT_ASSERT_FAILURE()Michael D Kinney8-0/+531
2020-07-15UnitTestFrameworkPkg/UnitTestLib: Add checks for ASSERT()Michael D Kinney11-47/+305
2020-07-15UnitTestFrameworkPkg/UnitTestLib: Fix target mode log messagesMichael D Kinney1-32/+32
2020-07-15UnitTestFrameworkPkg/UnitTestLib: Move print log into cleanupMichael D Kinney1-17/+16
2020-07-15UnitTestFrameworkPkg: Change target mode DebugLib mappingMichael D Kinney1-1/+3
2020-07-15UnitTestFrameworkPkg: Set host application stack size to 256KBMichael D Kinney1-1/+1
2020-07-15UnitTestFrameworkPkg: Enable source level debug for host testsMichael D Kinney1-0/+5
2020-07-15UnitTestFrameworkPkg: Use host libraries from MdePkgMichael D Kinney1-0/+4
2020-06-14UnitTestFrameworkPkg/UnitTestLib: Update SaveFrameworkState() signatureMichael Kubacki2-11/+16
2020-06-02UnitTestFrameworkPkg: Add info to readme about working with UnitTestsBret Barkelew2-6/+83
2020-05-27UnitTestFrameworkPkg/UnitTestResultReportLib: Use AsciiStrnCpyS()Michael Kubacki2-2/+2
2020-04-26UnitTestFrameworkPkg/UnitTestLib: Correct dereferred pointerkuqin1-3/+1
2020-04-26UnitTestFrameworkPkg/PersistenceLib: Correct the allocated size.Guomin Jiang1-1/+1
2020-04-03UnitTestFrameworkPkg: Add RISC-V architecture for RISC-V EDK2 CI.Abner Chang1-1/+2
2020-03-27UnitTestFrameworkPkg/ResultReportLib: Remove invalid index string indicatorGuomin Jiang1-2/+2
2020-03-27UnitTestFrameworkPkg/UnitTestLib: Check Suite pointer before use.GuoMinJ2-4/+4
2020-02-11UnitTestFrameworkPkg: Disable EBC in DSC fileMichael D Kinney1-1/+1
2020-02-11UnitTestFrameworkPkg/UnitTestLib: Fix XCODE parenthesis issuesMichael D Kinney2-4/+4
2020-02-07UnitTestFrameworkPkg: Add DSC, DSC INC, and YAML filesMichael D Kinney5-0/+257
2020-02-07UnitTestFrameworkPkg/Test: Add unit test samplesMichael D Kinney6-0/+461
2020-02-07UnitTestFrameworkPkg/Library: Add library instancesMichael D Kinney38-0/+4689
2020-02-07UnitTestFrameworkPkg: Add public and private interfacesMichael D Kinney7-0/+645