added MIPS user in automatic tests
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 5 Dec 2005 21:04:50 +0000 (21:04 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 5 Dec 2005 21:04:50 +0000 (21:04 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1696 c046a42c-6fe2-441c-8c8c-71466251a162

tests/Makefile

index 78a215b..ed643e3 100644 (file)
@@ -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