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 20191230 #14

Merged
merged 2 commits into from
Jan 9, 2020
Merged

Integration Candidate 20191230 #14

merged 2 commits into from
Jan 9, 2020

Commits on Nov 21, 2019

  1. Fix #8: Add logic to sample_lib for UT

    In order to make a useful library unit test example, the
    sample_lib itself needs to perform some more interesting work.
    
    In particular it needs at least one external function call
    on which a code path decision is made, such that the example UT
    code will have more than one code path to demonstrate.
    
    Additionally, the library should have some internal "global"
    structure (like real libs would) that contains its state, that
    the UT can also test/query.
    
    Both objectives can be accomplished with a small string buffer
    that gets populated with a strncpy() call during init, and
    printed with the "process" command.
    jphickey committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    2264f97 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2019

  1. CCB 20191218: Merge #10

    Fix #8 
    Reviewed and approved at 2019-12-18 CCB
    skliper authored Dec 30, 2019
    Configuration menu
    Copy the full SHA
    da4f56d View commit details
    Browse the repository at this point in the history