tags:

views:

53

answers:

2

We have ported parts of Qt to a an OS that is not supported by Nokia. The port seems to work, but how can we know for sure? It would be great if there was a test suite that we could use to verify our port. Is there such a test suite available?

+4  A: 

Yes, there are Qt unit tests developed alongside Qt in the public git repo.

http://qt.gitorious.org/qt/qt , see the directory tests/auto.

You won't be able to run all of the tests yourself, and not all of them are expected to pass, but you should be able to make use of most of them.

Intransigent Parsnip
That's great news! Thanks for the info...
Tobbe
A: 

Which OS did you port it to? I think the Qt people are always at least interested in that, maybe some of your stuff can be merged?

guruz
On-Time RTOS (http://www.on-time.com/). We have been in contact with Nokia, so they are aware of our work. We plan to release the port during 2010...
Tobbe