feraudyh
11th May 2014, 10:52
I want to unit-test a few (non Gui) classes I ported from another language so the idea of trying QTest was rather natural.
When I look at the QTest documentation I read that there is a QTest macro that creates a main() function.
As far as I know you can't have two mains in one project. So creating a Console application is out of the question.
So then, what kind of project would you recommend?
When I look at the QTest documentation I read that there is a QTest macro that creates a main() function.
As far as I know you can't have two mains in one project. So creating a Console application is out of the question.
So then, what kind of project would you recommend?