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

Fix #1815, add retroactive CFE status asserts #1816

Merged

Commits on Aug 19, 2021

  1. Fix nasa#1815, add retroactive CFE status asserts

    Add a set of macros that decouple the function call from the
    expected status:
    
    - CFE_UtAssert_STATUS_STORE
    - CFE_UtAssert_STATUS_MAY_BE
    - CFE_UtAssert_STATUS_MUST_BE
    
    The first will make the function call and put the status into
    a temporary holding area, but will not assert on any particular
    result.
    
    The may/must macros then check the value of the holding area.
    jphickey committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    52f77e3 View commit details
    Browse the repository at this point in the history