From: pbrook Date: Sat, 20 Jan 2007 16:52:55 +0000 (+0000) Subject: Fix "make test2". X-Git-Tag: release_0_9_1~1556 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=0734bb88bffffe8e4249b290c54c6f98b7d49338;p=qemu-xen-4.6-testing.git Fix "make test2". --- diff --git a/tests/Makefile b/tests/Makefile index f803f6a65..f535dfaf1 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -92,7 +92,7 @@ hello-mipsel: hello-mips.c # XXX: find a way to compile easily a test for each arch test2: @for arch in i386 arm armeb sparc ppc mips mipsel; do \ - ../$${arch}-user/qemu-$${arch} $${arch}/ls -l linux-test.c ; \ + ../$${arch}-linux-user/qemu-$${arch} $${arch}/ls -l linux-test.c ; \ done clean: