summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-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