Skip to content

Draft: cmake: catch errors printed out during tests

Ben Boeckel requested to merge ben.boeckel/smtk:tests-catch-errors into master

See: #432


This makes the tests fail if they output errors. There are some tests which expect errors which should be changed to capture and verify the received error(s). The rest should be fixed.

Merge request reports