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 #1784, add CFE assert macros to functional test #1790

Merged

Commits on Aug 11, 2021

  1. Fix nasa#1784, add CFE assert macros to functional test

    Adds the following macros to CFE assert library in cfe_assert.h:
    
    - CFE_UtAssert_STATUS_OK
    - CFE_UtAssert_STATUS_ERROR
    - CFE_UtAssert_RESOURCEID_EQ
    - CFE_UtAssert_RESOURCEID_UNDEFINED
    - CFE_UtAssert_MEMOFFSET_EQ
    - CFE_UtAssert_MSGID_EQ
    jphickey committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    5b668ca View commit details
    Browse the repository at this point in the history
  2. Fix nasa#1784, replace refs to cFE_FTAssert macros

    Change cFE_FTAssert macros defined in cfe_testcase to use the
    macros now provided in cfe_assert.h instead.
    jphickey committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    c2d0ee7 View commit details
    Browse the repository at this point in the history