On Sat, Dec 6, 2008 at 7:22 PM, Tron Thomas <span dir="ltr">&lt;<a href="mailto:tron.thomas@verizon.net">tron.thomas@verizon.net</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I am creating a CMake configured project that uses the CxxTest unit testing framework for testing various components.<br>
<br>
When I build the test target that runs the test, and there are failures, CTest will report that the test fail, and it doesn&#39;t provide the details about what the failures were.<br>
<br>
How can I configure my test target so that it will produce the output from CxxTest that explains why certain tests failed?</blockquote><div><br>Use the &quot;-V&quot; flag (verbosity) to see the output of a failed test.&nbsp; You
can also use this in conjunction with the other flags to limit the tests
preformed (see &quot;-E&quot; for example).<br>
<br>
Also, if you haven&#39;t found it already, this may be of interest:<br>
<a href="http://public.kitware.com/Bug/view.php?id=6401">http://public.kitware.com/Bug/view.php?id=6401</a><br>&nbsp;</div></div>-- <br>Philip Lowman<br>