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 #813, Add Generic Counter API test #1753

Merged

Commits on Aug 3, 2021

  1. Fix nasa#813, Add Generic Counter API test

    Add tests for the following APIs:
    
    CFE_ES_RegisterGenCounter
    CFE_ES_CounterID_ToIndex
    CFE_ES_GetGenCounterIDByName
    CFE_ES_GetGenCounterName
    CFE_ES_GetGenCount
    CFE_ES_SetGenCount
    CFE_ES_IncrementGenCounter
    CFE_ES_DeleteGenCounter
    jphickey committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    33f66a9 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. Update nasa#813, add UtPrintf for APIs being called

    At UtPrintf statements to indicate the APIs that the test
    is focused on.
    jphickey committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    392a242 View commit details
    Browse the repository at this point in the history