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

An initial simple unit test framework #344

Merged
merged 20 commits into from May 3, 2024

Commits on Apr 21, 2024

  1. An initial simple unit test framework

    Signed-off-by: Madelyn Olson <madelyneolson@gmail.com>
    madolson committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    10743c5 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Updated tests some more

    Signed-off-by: Madelyn Olson <madelyneolson@gmail.com>
    madolson committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    bd72904 View commit details
    Browse the repository at this point in the history
  2. Fixed typos

    Signed-off-by: Madelyn Olson <madelyneolson@gmail.com>
    madolson committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    169e7d2 View commit details
    Browse the repository at this point in the history
  3. More updates to wording

    Signed-off-by: Madelyn Olson <madelyneolson@gmail.com>
    madolson committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    4d205cf View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Fix a readme issue

    Signed-off-by: Madelyn Olson <madelyneolson@gmail.com>
    madolson committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    86c2c54 View commit details
    Browse the repository at this point in the history
  2. Add allow multiple definitions

    Signed-off-by: Madelyn Olson <matolson@amazon.com>
    madolson committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    3d384c6 View commit details
    Browse the repository at this point in the history
  3. Re-add linking, which wasn't working on my CENTOS linux machine

    Signed-off-by: Madelyn Olson <matolson@amazon.com>
    madolson committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    0f5fe53 View commit details
    Browse the repository at this point in the history
  4. Slight tweak of wording to better explain why we allow duplicates

    Signed-off-by: Madelyn Olson <matolson@amazon.com>
    madolson committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    4d276eb View commit details
    Browse the repository at this point in the history
  5. Code cleanup and adding daily

    Signed-off-by: Madelyn Olson <matolson@amazon.com>
    madolson committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    b4d1018 View commit details
    Browse the repository at this point in the history
  6. Try to fix make failure

    Signed-off-by: Madelyn Olson <madelyneolson@gmail.com>
    madolson committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    442ce89 View commit details
    Browse the repository at this point in the history
  7. TEST COMMIT

    Signed-off-by: Madelyn Olson <madelyneolson@gmail.com>
    madolson committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    37daab8 View commit details
    Browse the repository at this point in the history
  8. Make test file generation deterministic

    Signed-off-by: Madelyn Olson <madelyneolson@gmail.com>
    madolson committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    436328b View commit details
    Browse the repository at this point in the history
  9. Hopefully actually deterministic now

    Signed-off-by: Madelyn Olson <madelyneolson@gmail.com>
    madolson committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    89775ce View commit details
    Browse the repository at this point in the history
  10. Chmod execution mode:

    Signed-off-by: Madelyn Olson <madelyneolson@gmail.com>
    madolson committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    a551174 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    37a6fb3 View commit details
    Browse the repository at this point in the history
  2. Addressed comments

    Signed-off-by: Madelyn Olson <madelyneolson@gmail.com>
    madolson committed May 1, 2024
    Configuration menu
    Copy the full SHA
    f5bb819 View commit details
    Browse the repository at this point in the history
  3. Fix formatting

    Signed-off-by: Madelyn Olson <madelyneolson@gmail.com>
    madolson committed May 1, 2024
    Configuration menu
    Copy the full SHA
    1d7af55 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Add documentation for header

    Signed-off-by: Madelyn Olson <madelyneolson@gmail.com>
    madolson committed May 2, 2024
    Configuration menu
    Copy the full SHA
    8abe1b9 View commit details
    Browse the repository at this point in the history
  2. Fix unit test example not running

    Signed-off-by: Madelyn Olson <madelyneolson@gmail.com>
    madolson committed May 2, 2024
    Configuration menu
    Copy the full SHA
    eb4f0c3 View commit details
    Browse the repository at this point in the history
  3. Fix spacing issue in test header generation

    Signed-off-by: Madelyn Olson <madelyneolson@gmail.com>
    madolson committed May 2, 2024
    Configuration menu
    Copy the full SHA
    09b25c8 View commit details
    Browse the repository at this point in the history