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

Corrections for use within embedded systems #1

Merged
merged 3 commits into from
Aug 29, 2023

Commits on Jun 1, 2023

  1. Configuration menu
    Copy the full SHA
    6b31cb9 View commit details
    Browse the repository at this point in the history
  2. Allow CreateDirectoriesRecursively() to fail on report

    Only warn on failure to create path to report file.
    
    When running in a semihosted ARM environment. There is no stat support nor mkdir, so existens checks for directories will always fail, however file open may still work.
    elupus committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    a787f78 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Remove check for working directory

    Remove condition of GTEST_HAS_DEATH_TEST to make
    sure we respect current working directory of host system.
    elupus committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    1b5efe8 View commit details
    Browse the repository at this point in the history