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

Counter-examples testing #139

Open
saxbophone opened this issue Feb 27, 2023 · 0 comments
Open

Counter-examples testing #139

saxbophone opened this issue Feb 27, 2023 · 0 comments
Labels
enhancement New feature or request epic Too big for one issue alone testing Related to unit tests

Comments

@saxbophone
Copy link
Owner

As a form of regression testing, a CMake target which attempts to build test code fragments which should give a compilation error

In CI, we should check that all said targets result in a compilation error if building them is attempted —if any of them build successfully, then this is a build error.

By necessity, we should probably exclude this target from the main build process, and allow building it only if it's requested specifically.

@saxbophone saxbophone added enhancement New feature or request epic Too big for one issue alone labels Feb 27, 2023
@saxbophone saxbophone added the testing Related to unit tests label Feb 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request epic Too big for one issue alone testing Related to unit tests
Projects
None yet
Development

No branches or pull requests

1 participant