I have a class which has multiple unit-tests. I run them every time in a main function using QTest::qExec(new Test_MyClass)
call. I'd like to see some qDebug() output when operating with MyClass, but not while running tests. Are there any Qt #defines to help me with that?
Asked
Active
Viewed 41 times
0

Alexandr
- 155
- 2
- 3
- 13