Skip to content

Add a CMake testing macro for expected build failures.

David Thompson requested to merge dcthomp/smtk:test-build-failures into master

This allows us to test that compile-time checks like static_assert() function as expected.

Merge request reports