On Sat, Dec 6, 2008 at 7:22 PM, Tron Thomas <span dir="ltr"><<a href="mailto:tron.thomas@verizon.net">tron.thomas@verizon.net</a>></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'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 "-V" flag (verbosity) to see the output of a failed test. You
can also use this in conjunction with the other flags to limit the tests
preformed (see "-E" for example).<br>
<br>
Also, if you haven'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> </div></div>-- <br>Philip Lowman<br>