On Wed, Mar 28, 2018 at 10:11:02PM +0200, Radim Krčmář wrote: > 2018-03-26 13:38+0200, Andrew Jones: > > Signed-off-by: Andrew Jones <drjones@xxxxxxxxxx> > > --- > > Wow, have you had an actual use for that? mkdir -p build/arm build/aarch64 tests cd build for a in arm aarch64; do cd $a /path/to/kvm-unit-tests/configure --arch=$a --cross-prefix=$a-linux-gnu- make standalone mv tests ../../tests/$a cd .. done Of course I just made that up since I usually don't do out of tree builds, nor standalone builds, nor build arm at all, but it seems reasonable for someone to do :-) > > Applied, thanks. Thanks, drew