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

Integration Candidate: 2020-08-12 #563

Merged
merged 5 commits into from
Aug 19, 2020
Merged

Integration Candidate: 2020-08-12 #563

merged 5 commits into from
Aug 19, 2020

Commits on Jul 31, 2020

  1. Fix #550, add function groups to ut assert

    Clean up and Refactor the internal list storage structures to support
    having multiple list heads/groups.  Define a separate list/group for
    setup, normal test, and teardown.
    
    The existing UtTest_Add() routine maps to the normal test group.
    Added a UtTest_AddSetup() and UtTest_AddTeardown() routine that maps
    to the setup and teardown group, respectively.
    
    The existing UtTest_Run() routine then merges the groups and executes
    the full suite of tests.
    
    This allows separate, dynamic registration of test setup and teardown
    routines which are executed before and after the normal test routine,
    which can create and delete any global/common test prerequisites.
    jphickey committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    9a9171c View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2020

  1. Configuration menu
    Copy the full SHA
    34e0978 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #554 from jphickey/fix-550-utassert-groups

    Fix #550, add function groups to ut assert
    astrogeco authored Aug 14, 2020
    Configuration menu
    Copy the full SHA
    23b225c View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

  1. Fix #373, Add OSAL network APIs missing functional tests and fix #378

    …OS_TimedRead and OS_TimedWrite missing functional tests (#549)
    yammajamma authored Aug 18, 2020
    Configuration menu
    Copy the full SHA
    187b424 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. Configuration menu
    Copy the full SHA
    783663c View commit details
    Browse the repository at this point in the history