diff --git a/tests/Makefile b/tests/Makefile index 78a215bb14..ed643e3489 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