> > I cannot run the compiler on the target platform due to memory and CPU > speed constraints so I need to cross-compile everything [3]. > Is there any existing mechanism to run the unit tests on a machine > other than the compilation host?
Mount the tests on the device (sshfs e.g.), and run the tests there. Or, if you want to be fancy, on the host, export TESTRUNNER=wrapper.sh, where wrapper.sh does something like ssh device $* Tor Arne _______________________________________________ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development