diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-12-05 21:04:50 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-12-05 21:04:50 +0000 |
commit | cc4adeef9896be77cf3add189b2ee15b435d3669 (patch) | |
tree | 3c91582e5f8f6044dce8885deba4f3ea1caabf27 /tests | |
parent | 6900e84b20c85038be1721c97170e2367599f36b (diff) |
added MIPS user in automatic tests
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1696 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |