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

Use CNL_ASSERT_EQ #1028

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Use CNL_ASSERT_EQ #1028

wants to merge 3 commits into from

Commits on May 25, 2022

  1. Add unit testing 'framework'

    - Wrapper around GTest which better unifies static and dynamic tests
    John McFarlane committed May 25, 2022
    Configuration menu
    Copy the full SHA
    9fc22e9 View commit details
    Browse the repository at this point in the history
  2. Add CNL_ASSERT_EQ to unit testing 'framework'

    - Wrapper around GTest which better unifies static and dynamic tests
    - Avoids need to _impl::assert_same
    John McFarlane committed May 25, 2022
    Configuration menu
    Copy the full SHA
    be7eacf View commit details
    Browse the repository at this point in the history
  3. Disable static_assert in CNL_ASSERT_EQ

    John McFarlane committed May 25, 2022
    Configuration menu
    Copy the full SHA
    95f4aa4 View commit details
    Browse the repository at this point in the history