Not sure how those auto tests work on android and ios these days.

But in Qt 4 with Symbian ages, we have a tool, runonphone, which could
deploy application and relative resources to devices and run it on device,
if I don't remember wrong.

https://github.com/qtproject/qt/tree/4.8/tools/runonphone

BTW, there is another tool for wince, cetest.

https://github.com/qtproject/qt/tree/4.8/tools/qtestlib/wince/cetest

And in mkspecs/features/testcase.prf file, you have a TESTRUNNER to control
how to run the tools like above runonphone. Then "make check" in tests/auto
is enough for you.

https://github.com/qtproject/qt/blob/4.8/mkspecs/features/testcase.prf

Regards,
Liang



On 23 October 2013 22:50, Tomasz Olszak <olszak.tom...@gmail.com> wrote:

> Hi,
> I wanted to run qtbase auto tests on Tizen device. I googled a little but
> didn't find any relevant howto so I assumed that I cross compile tests and
> copy to device. I created rpm with Qt tests and ran them one by one with
> shell script. Is it accepted approach or perhaps there is other standard
> way of running tests on platform that they are not built on?
>
> I am asking because I noticed e.g. that some tests depends that they are
> executed directly from test executable directory.
>
> --
> regards ,
> Tomasz Olszak
>
>
> _______________________________________________
> Development mailing list
> Development@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/development
>
>


-- 
http://www.qiliang.net
_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to