<html><body>
<p>&gt;<font face="Calibri">I am setting up my unit test for a new COIN project to run when 'make test' is run. How do folks deal with test failures? </font><br>
<br>
The TestTools (<a href="https://projects.coin-or.org/TestTools/">https://projects.coin-or.org/TestTools/</a>) regression test script runs unit test after building a project.<br>
Successful completion of &quot;make test&quot; for most COIN projects is noted by a zero return code and a final message of &quot;All tests completed successfully&quot; written to stderr or stdout.<br>
<br>
JP</body></html>