Re: [Development] Running qtbase auto tests on reference device.

2013-10-25 Thread Fält Simo
From: development-bounces+simo.falt=digia@qt-project.org [mailto:development-bounces+simo.falt=digia@qt-project.org] On Behalf Of Liang Qi Sent: 24. lokakuuta 2013 17:11 To: Tomasz Olszak Cc: development@qt-project.org Subject: Re: [Development] Running qtbase auto tests on reference

Re: [Development] Running qtbase auto tests on reference device.

2013-10-24 Thread Liang Qi
Haven't worked on CI things for years. Looks like I missed sth here. You could find(git grep) "TESTRUNNER" in qtqa repo, https://github.com/qtproject/qtqa . You could get an xml result file for each auto test, then use some script to gather them and generate full report. But I really don't know t

Re: [Development] Running qtbase auto tests on reference device.

2013-10-24 Thread Liang Qi
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

Re: [Development] Running qtbase auto tests on reference device.

2013-10-24 Thread Thiago Macieira
On quinta-feira, 24 de outubro de 2013 09:22:47, Tomasz Olszak wrote: > > To run the tests, you can simply type "make check" in the top dir. > > You mean copy shadowbuild directory to device, to the same path as on host, > install make and invoke "make check" right? More likely, copy the source d

Re: [Development] Running qtbase auto tests on reference device.

2013-10-24 Thread Tomasz Olszak
> > To run the tests, you can simply type "make check" in the top dir. > You mean copy shadowbuild directory to device, to the same path as on host, install make and invoke "make check" right? -- regards / pozdrawiam, Tomasz Olszak Qt for Tizen | http://qt-project.org/wiki/Tizen Qt Certified Dev

Re: [Development] Running qtbase auto tests on reference device.

2013-10-23 Thread Thiago Macieira
On quarta-feira, 23 de outubro de 2013 22:50:47, Tomasz Olszak 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

[Development] Running qtbase auto tests on reference device.

2013-10-23 Thread Tomasz Olszak
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