On Mo, 2011-05-09 at 13:57 +0200, Patrick Ohly wrote: > How many individual tests should there be in bin/tests? I see: > # bin/tests -functions > testAddContactUpdateTimeStamp() > testRemoveContact()
That's because test/main.cpp contains multiple QTest::qExec() invocations, for different tests. Is that how it is typically done? Selecting a specific function to test is possible via command line arguments, but only for the first BasicTest. Seems to me that each executable should have exactly one QTest::qExec(), right? -- Best Regards, Patrick Ohly The content of this message is my personal opinion only and although I am an employee of Intel, the statements I make here in no way represent Intel's position on the issue, nor am I authorized to speak on behalf of Intel on this matter. _______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev http://wiki.meego.com/Mailing_list_guidelines
