Commit cc4adeef9896be77cf3add189b2ee15b435d3669
1 parent
6900e84b
added MIPS user in automatic tests
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1696 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
tests/Makefile
... | ... | @@ -83,7 +83,7 @@ hello-arm.o: hello-arm.c |
83 | 83 | |
84 | 84 | # XXX: find a way to compile easily a test for each arch |
85 | 85 | test2: |
86 | - @for arch in i386 arm sparc ppc; do \ | |
86 | + @for arch in i386 arm sparc ppc mips; do \ | |
87 | 87 | ../$${arch}-user/qemu-$${arch} $${arch}/ls -l linux-test.c ; \ |
88 | 88 | done |
89 | 89 | ... | ... |