You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: