[Development] How to run QtBase autotests on a remote machine?

Tor Arne Vestbø Tor.arne.Vestbo at qt.io
Wed Apr 11 14:22:16 CEST 2018


> 
> 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 


More information about the Development mailing list