discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] CppUnit Issue


From: Marcus Müller
Subject: Re: [Discuss-gnuradio] CppUnit Issue
Date: Wed, 13 Jul 2016 17:57:55 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0

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 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 that isn't set right?  The only option I have right now is to use an if statement to check the condition, print out a message if the condition fails, and then call CPPUNIT_FAIL() to bomb out.

Thank you!

-Dave


_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


reply via email to

[Prev in Thread] Current Thread [Next in Thread]