summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-12-06 21:44:55 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-12-06 21:44:55 +0000
commit56902eee82c1af1e7786be3ca789ea261d9072e6 (patch)
treeb21640ec347213c5e23b29ac165a64099e62eb53 /tests/Makefile
parent9f25f11fe58e48d735339e1c8362e8ff242f02f5 (diff)
downloadqemu-56902eee82c1af1e7786be3ca789ea261d9072e6.tar.gz
more targets
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1702 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index ed643e3489..be26243e0d 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 mips; do \
+ @for arch in i386 arm armeb sparc ppc mips mipsel; do \
../$${arch}-user/qemu-$${arch} $${arch}/ls -l linux-test.c ; \
done