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 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.
Tests should be run from the install path. There was a lot of effort to declare the files needing deployment, but I don't know whether that works. Better to just deploy everything in the test (and in some cases, more). To run the tests, you can simply type "make check" in the top dir. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
