From: bellard Date: Mon, 5 Dec 2005 21:04:50 +0000 (+0000) Subject: added MIPS user in automatic tests X-Git-Tag: release_0_8_1~201 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=31013c28034e89be42f87db443cab73eba07458e;p=xenclient%2Fioemu.git added MIPS user in automatic tests --- diff --git a/tests/Makefile b/tests/Makefile index 78a215bb..ed643e34 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -83,7 +83,7 @@ hello-arm.o: hello-arm.c # XXX: find a way to compile easily a test for each arch test2: - @for arch in i386 arm sparc ppc; do \ + @for arch in i386 arm sparc ppc mips; do \ ../$${arch}-user/qemu-$${arch} $${arch}/ls -l linux-test.c ; \ done