Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Host Based Unit Test updates #837

Merged
merged 4 commits into from
Jun 27, 2024

Commits on Jun 27, 2024

  1. Host Based Unit Test updates

    Updates the host based unit test runner to fail if a unit test
    executable returns successfully, but has no test results, or if a test
    suite generated from a unit test executable does not contain any tests.
    
    The issues above indicate configuration errors in the unit test source
    code itself and indicates to the developer that changes to the unit test
    need to be made.
    
    Updates the README.md file for the UnitTestFrameworkPkg to correct
    inaccurate information regarding Code Coverage, and provide information
    on how to consolidate and generate unit test html reports.
    Javagedes committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    8b847a4 View commit details
    Browse the repository at this point in the history
  2. Update

    Javagedes committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    e6f792e View commit details
    Browse the repository at this point in the history
  3. formatting

    Javagedes committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    c74b993 View commit details
    Browse the repository at this point in the history
  4. Update BaseTools/Plugin/HostBasedUnitTestRunner/HostBasedUnitTestRunn…

    …er.py
    
    Signed-off-by: Joey Vagedes <[email protected]>
    Javagedes committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    960e4e4 View commit details
    Browse the repository at this point in the history