On Mon, 12 Nov 2012, Andrew Pinski wrote: > Also does gtest support cross testing; that is testing over rsh/ssh > and testing via a simulator? We should require that as a requirement > also when it comes to testing infrastructures.
Unfortunately the existing guality tests work by C sources built for the target running a GDB binary on the target via popen, rather than having DejaGnu run the GDB binary on the host talking to the program on the target. So there's an existing not-cross-friendly piece of testsuite code, although it would certainly be good to rework it to work with a cross-GDB and cross-compiler. -- Joseph S. Myers jos...@codesourcery.com