Skip to content

TN: Running tests with debug output

Bryce Besler edited this page Nov 16, 2017 · 1 revision

If you run tests normally and they fail:

cd Build
ctest

You will get very uninformative errors. To get informative errors, run with --output-on-failure flag

ctest --output-on-failure
Clone this wiki locally