Re: [Discuss-gnuradio] CppUnit Issue

2016-07-13 Thread Dave NotTelling
That one doesn't output the message or line number either. Event '-VV' doesn't show the message. On Wed, Jul 13, 2016 at 12:47 PM, Marcus Müller wrote: > Maybe it was 'ctest -V' ? inconsistent capitalization always confuses me... > > > On 07/13/2016 06:44 PM, Dave NotTelling wrote: > > Marcus,

Re: [Discuss-gnuradio] CppUnit Issue

2016-07-13 Thread Marcus Müller
Maybe it was 'ctest -V' ? inconsistent capitalization always confuses me... On 07/13/2016 06:44 PM, Dave NotTelling wrote: > Marcus, > > I was not aware of the ctest application. Thank you for that! > Sadly 'ctest -v', 'ctest -V', 'ctest -VV', 'ctest --output-on-failure' > and 'ctest --debu

Re: [Discuss-gnuradio] CppUnit Issue

2016-07-13 Thread Dave NotTelling
Marcus, I was not aware of the ctest application. Thank you for that! Sadly 'ctest -v', 'ctest -V', 'ctest -VV', 'ctest --output-on-failure' and 'ctest --debug' all fail to print the message or line number. Seems the only thing that I can do is dump the XML file in lib/.unittests. Not ide

Re: [Discuss-gnuradio] CppUnit Issue

2016-07-13 Thread Marcus Müller
The actual output is written to XML logs – but if you're interested in seeing it live, I'd recommend just running "ctest -v" from your build directory. Best regards, Marcus On 07/13/2016 03:39 PM, Dave NotTelling wrote: > I am trying to test out my OOT module with CppUnit tests, but I am not > ab

[Discuss-gnuradio] CppUnit Issue

2016-07-13 Thread Dave NotTelling
I am trying to test out my OOT module with CppUnit tests, but I am not able to get the message from CPPUNIT_ASSERT_MESSAGE("moo", 1 == 2) to output. All I get is that the test failed (F). Just getting that message is terrible for debugging. Is there a flag I missed somewhere or some configuration