I am adding unit-tests in my kde application. When I run unit tests
kDebug() sends no output not to terminal, not to test log. Only
QWARN() mesages appear in test log. Is there any way to watch kDebug()
output during unit-testing? I am using qtest, cmake.
Thanks, Dmitry.
Comments
Re: Logging in unit-tests.
By Milian Wolff at 07/03/2012 - 12:22On Saturday 30 June 2012 17:35:06 Dmitry Chernov wrote:
KDEHOME=~/.kde-unit-test/ kdebugdialog
-> ensure all (interesting) debug areas are enabled.
Cheers