saxbophone / arby

Arbitrary precision arithmetic in C++, even at compile-time
https://saxbophone.com/arby/
Mozilla Public License 2.0
8 stars 1 forks source link

Counter-examples testing #139

Open saxbophone opened 1 year ago

saxbophone commented 1 year ago

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.