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 #1626, rename/clean CFE coverage assert macros #1627

Commits on Jun 21, 2021

  1. Fix nasa#1626, rename/clean CFE coverage assert macros

    Rename CFE coverage test assert macros in ut_support.h to have
    consistent name prefix.
    
    Adds implementation functions for completely generic signed/unsigned
    comparison asserts, and wrapper macros to invoke those functions.
    These functions return the pass/fail status of the assert as a bool
    value, so the test case can act on the result.
    
    Also adds a "VOIDCALL" and "RESOURCEID_EQ" macro for logging void
    functions and ID checks, respectively.
    jphickey committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    9568c88 View commit details
    Browse the repository at this point in the history