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

feat(test): parse as c++ source #568

Open
wants to merge 1 commit into
base: aws-nslick/stack/14
Choose a base branch
from

Commits on Sep 17, 2024

  1. feat(test): parse as c++ source

    All included headers are fully safe to be parsed as C++, so these unit
    tests can now use C++. Rename them to `.cc' files and use a few c++
    keywords to enforce that the compiler is actually treating them as such.
    Actual C++ cleanups to follow later, hopefully alongside a unit test
    framework like gtest or catch2.
    
    stack-info: PR: #568, branch: aws-nslick/stack/15
    Signed-off-by: Nicholas Sielicki <nslick@amazon.com>
    aws-nslick committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    ee3a21e View commit details
    Browse the repository at this point in the history